Skip to content

Commit

Permalink
docs: Fix breaking markdown syntax. (jestjs#8619)
Browse files Browse the repository at this point in the history
  • Loading branch information
keik authored and thymikee committed Jun 29, 2019
1 parent c1a0ce2 commit f7f787d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ This option allows the use of a custom global teardown module which exports an a

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

_Node: The same caveat concerning transformation of `node_modules_ as for `globalSetup` applies to `globalTeardown`.
_Note: The same caveat concerning transformation of `node_modules` as for `globalSetup` applies to `globalTeardown`._

### `maxConcurrency` [number]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.0/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ This option allows the use of a custom global teardown module which exports an a

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

_Node: The same caveat concerning transformation of `node_modules_ as for `globalSetup` applies to `globalTeardown`.
_Note: The same caveat concerning transformation of `node_modules` as for `globalSetup` applies to `globalTeardown`._

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

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.1/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ This option allows the use of a custom global teardown module which exports an a

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

_Node: The same caveat concerning transformation of `node_modules_ as for `globalSetup` applies to `globalTeardown`.
_Note: The same caveat concerning transformation of `node_modules` as for `globalSetup` applies to `globalTeardown`._

### `maxConcurrency` [number]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.6/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ This option allows the use of a custom global teardown module which exports an a

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

_Node: The same caveat concerning transformation of `node_modules_ as for `globalSetup` applies to `globalTeardown`.
_Note: The same caveat concerning transformation of `node_modules` as for `globalSetup` applies to `globalTeardown`._

### `maxConcurrency` [number]

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-24.8/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ This option allows the use of a custom global teardown module which exports an a

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

_Node: The same caveat concerning transformation of `node_modules_ as for `globalSetup` applies to `globalTeardown`.
_Note: The same caveat concerning transformation of `node_modules` as for `globalSetup` applies to `globalTeardown`._

### `maxConcurrency` [number]

Expand Down

0 comments on commit f7f787d

Please sign in to comment.