From 784b6a74b2b102e04a19244e7057802795840cef Mon Sep 17 00:00:00 2001 From: mrazauskas <72159681+mrazauskas@users.noreply.github.com> Date: Wed, 29 Sep 2021 13:42:29 +0300 Subject: [PATCH] docs: fix regression introduced in #11904 (#11905) --- docs/Configuration.md | 2 +- website/versioned_docs/version-25.x/Configuration.md | 2 +- website/versioned_docs/version-26.x/Configuration.md | 2 +- website/versioned_docs/version-27.0/Configuration.md | 2 +- website/versioned_docs/version-27.1/Configuration.md | 2 +- website/versioned_docs/version-27.2/Configuration.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index cae4d025f044..b36987a84352 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -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"]` diff --git a/website/versioned_docs/version-25.x/Configuration.md b/website/versioned_docs/version-25.x/Configuration.md index b9270556d8fc..c525be374165 100644 --- a/website/versioned_docs/version-25.x/Configuration.md +++ b/website/versioned_docs/version-25.x/Configuration.md @@ -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"]` diff --git a/website/versioned_docs/version-26.x/Configuration.md b/website/versioned_docs/version-26.x/Configuration.md index 11a64a3477fb..ae456a6a93db 100644 --- a/website/versioned_docs/version-26.x/Configuration.md +++ b/website/versioned_docs/version-26.x/Configuration.md @@ -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"]` diff --git a/website/versioned_docs/version-27.0/Configuration.md b/website/versioned_docs/version-27.0/Configuration.md index 930f0e215b21..bab0a9e9074a 100644 --- a/website/versioned_docs/version-27.0/Configuration.md +++ b/website/versioned_docs/version-27.0/Configuration.md @@ -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"]` diff --git a/website/versioned_docs/version-27.1/Configuration.md b/website/versioned_docs/version-27.1/Configuration.md index a97218f33e60..8e68c280a495 100644 --- a/website/versioned_docs/version-27.1/Configuration.md +++ b/website/versioned_docs/version-27.1/Configuration.md @@ -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"]` diff --git a/website/versioned_docs/version-27.2/Configuration.md b/website/versioned_docs/version-27.2/Configuration.md index cae4d025f044..b36987a84352 100644 --- a/website/versioned_docs/version-27.2/Configuration.md +++ b/website/versioned_docs/version-27.2/Configuration.md @@ -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"]`