Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ranyitz committed Sep 18, 2018
1 parent fcc81e8 commit b431eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,15 @@ Default: `undefined`

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.

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

### `globalTeardown` [string]

Default: `undefined`

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.

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

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

Expand Down

0 comments on commit b431eb1

Please sign in to comment.