Skip to content

Commit

Permalink
docs: fix regression introduced in #11904 (#11905)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Sep 29, 2021
1 parent 3553865 commit 784b6a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Expand Up @@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed

Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results.

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-25.x/Configuration.md
Expand Up @@ -202,7 +202,7 @@ Note that using `v8` is considered experimental. This uses V8's builtin code cov
1. Tests needs to run in Node test environment (support for `jsdom` requires [`jest-environment-jsdom-sixteen`](https://www.npmjs.com/package/jest-environment-jsdom-sixteen))
1. V8 has way better data in the later versions, so using the latest versions of node (v13 at the time of this writing) will yield better results

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-26.x/Configuration.md
Expand Up @@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed

Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results.

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/Configuration.md
Expand Up @@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed

Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results.

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.1/Configuration.md
Expand Up @@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed

Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results.

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/Configuration.md
Expand Up @@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed

Note that using `v8` is considered experimental. This uses V8's builtin code coverage rather than one based on Babel. It is not as well tested, and it has also improved in the last few releases of Node. Using the latest versions of node (v14 at the time of this writing) will yield better results.

### `coverageReporters` \[array<string | [string, options]>]
### `coverageReporters` \[array<string | \[string, options]>]

Default: `["clover", "json", "lcov", "text"]`

Expand Down

0 comments on commit 784b6a7

Please sign in to comment.