File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,16 @@ Supported overrides:
275275- [` collectCoverageFrom` ](https://jestjs.io/docs/en/configuration.html#collectcoveragefrom-array)
276276- [` coverageReporters` ](https://jestjs.io/docs/en/configuration.html#coveragereporters-array-string)
277277- [` coverageThreshold` ](https://jestjs.io/docs/en/configuration.html#coveragethreshold-object)
278+ - [` extraGlobals` ](https://jestjs.io/docs/en/configuration.html#extraglobals-array-string)
279+ - [` globalSetup` ](https://jestjs.io/docs/en/configuration.html#globalsetup-string)
280+ - [` globalTeardown` ](https://jestjs.io/docs/en/configuration.html#globalteardown-string)
281+ - [` moduleNameMapper` ](https://jestjs.io/docs/en/configuration.html#modulenamemapper-object-string-string)
282+ - [` resetMocks` ](https://jestjs.io/docs/en/configuration.html#resetmocks-boolean)
283+ - [` resetModules` ](https://jestjs.io/docs/en/configuration.html#resetmodules-boolean)
278284- [` snapshotSerializers` ](https://jestjs.io/docs/en/configuration.html#snapshotserializers-array-string)
285+ - [` transform` ](https://jestjs.io/docs/en/configuration.html#transform-object-string-pathtotransformer-pathtotransformer-object)
286+ - [` transformIgnorePatterns` ](https://jestjs.io/docs/en/configuration.html#transformignorepatterns-array-string)
287+ - [` watchPathIgnorePatterns` ](https://jestjs.io/docs/en/configuration.html#watchpathignorepatterns-array-string)
279288
280289Example package.json:
281290
You can’t perform that action at this time.
0 commit comments