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: docs/Configuration.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -323,15 +323,15 @@ Default: `undefined`
323
323
324
324
This option allows the use of a custom global setup module which exports an async function that is triggered once before all test suites. This function gets Jest's `globalConfig` object as a parameter.
325
325
326
-
Note: A global setup module configured in a project (using multi-project runner) will be triggered only when you run at list one test from this project.
326
+
Note: A global setup module configured in a project (using multi-project runner) will be triggered only when you run at least one test from this project.
327
327
328
328
### `globalTeardown`[string]
329
329
330
330
Default: `undefined`
331
331
332
332
This option allows the use of a custom global teardown module which exports an async function that is triggered once after all test suites. This function gets Jest's `globalConfig` object as a parameter.
333
333
334
-
Note: A global teardown module configured in a project (using multi-project runner) will be triggered only when you run at list one test from this project.
334
+
Note: A global teardown module configured in a project (using multi-project runner) will be triggered only when you run at least one test from this project.
0 commit comments