| | |
| | | bail: 'Stop running tests after `n` failures', |
| | | cacheDirectory: |
| | | 'The directory where Jest should store its cached dependency information', |
| | | clearMocks: 'Automatically clear mock calls and instances between every test', |
| | | clearMocks: |
| | | 'Automatically clear mock calls, instances and results before every test', |
| | | collectCoverage: |
| | | 'Indicates whether the coverage information should be collected while executing the test', |
| | | collectCoverageFrom: |
| | |
| | | preset: "A preset that is used as a base for Jest's configuration", |
| | | projects: 'Run tests from one or more projects', |
| | | reporters: 'Use this configuration option to add custom reporters to Jest', |
| | | resetMocks: 'Automatically reset mock state between every test', |
| | | resetMocks: 'Automatically reset mock state before every test', |
| | | resetModules: 'Reset the module registry before running each individual test', |
| | | resolver: 'A path to a custom resolver', |
| | | restoreMocks: 'Automatically restore mock state between every test', |
| | | restoreMocks: |
| | | 'Automatically restore mock state and implementation before every test', |
| | | rootDir: |
| | | 'The root directory that Jest should scan for tests and modules within', |
| | | roots: |