Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b431eb1

Browse files
committedSep 18, 2018
fix typo
1 parent fcc81e8 commit b431eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/Configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -323,15 +323,15 @@ Default: `undefined`
323323

324324
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.
325325

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.
327327

328328
### `globalTeardown` [string]
329329

330330
Default: `undefined`
331331

332332
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.
333333

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.
335335

336336
### `moduleDirectories` [array<string>]
337337

0 commit comments

Comments
 (0)
Please sign in to comment.