Skip to content

Commit 784b6a7

Browse files
authored
docs: fix regression introduced in #11904 (#11905)
1 parent 3553865 commit 784b6a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

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

223-
### `coverageReporters` \[array<string | [string, options]>]
223+
### `coverageReporters` \[array<string | \[string, options]>]
224224

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

website/versioned_docs/version-25.x/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Note that using `v8` is considered experimental. This uses V8's builtin code cov
202202
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))
203203
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
204204

205-
### `coverageReporters` \[array<string | [string, options]>]
205+
### `coverageReporters` \[array<string | \[string, options]>]
206206

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

website/versioned_docs/version-26.x/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

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

223-
### `coverageReporters` \[array<string | [string, options]>]
223+
### `coverageReporters` \[array<string | \[string, options]>]
224224

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

website/versioned_docs/version-27.0/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

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

223-
### `coverageReporters` \[array<string | [string, options]>]
223+
### `coverageReporters` \[array<string | \[string, options]>]
224224

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

website/versioned_docs/version-27.1/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

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

223-
### `coverageReporters` \[array<string | [string, options]>]
223+
### `coverageReporters` \[array<string | \[string, options]>]
224224

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

website/versioned_docs/version-27.2/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Indicates which provider should be used to instrument code for coverage. Allowed
220220

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

223-
### `coverageReporters` \[array<string | [string, options]>]
223+
### `coverageReporters` \[array<string | \[string, options]>]
224224

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

0 commit comments

Comments
 (0)