You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docusaurus/docs/running-tests.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -184,12 +184,13 @@ Note that tests run much slower with coverage so it is recommended to run it sep
184
184
185
185
### Configuration
186
186
187
-
The default Jest coverage configuration can be overridden by adding any of the following supported keys to a Jest config in your package.json.
187
+
The [default configuration](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/scripts/utils/createJestConfig.js) that Create React App uses for Jest can be overridden by adding any of the following supported keys to a Jest config in your package.json.
0 commit comments