7 Matching Annotations
  1. May 2022
  2. Jun 2021
    1. Global mocks introduce magic and technically can reduce test coverage.
    2. Manual mocks are used to mock modules across the entire Jest environment. This is a very powerful testing tool that helps simplify unit testing by mocking out modules which cannot be easily consumed in our test environment.
  3. Apr 2020