Skip to content

Commit 232e7f1

Browse files
fix(learn): fix link text in coverage article (#7761)
Update collecting-code-coverage.md Signed-off-by: Gilad Hoshmand <[email protected]>
1 parent 663fad9 commit 232e7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/test-runner/collecting-code-coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: avivkeller
66

77
# Collecting code coverage in Node.js
88

9-
Node.js provides built-in support for code coverage through its test runner, which can be enabled using the [`--experimental-code-coverage`](https://nodejs.org/api/cli.html#--experimental-test-coverage) flag.
9+
Node.js provides built-in support for code coverage through its test runner, which can be enabled using the [`--experimental-test-coverage`](https://nodejs.org/api/cli.html#--experimental-test-coverage) flag.
1010

1111
If using the `run()` API, the `coverage` option must be set to `true`. For more information on the `run()` API, see [the `node:test` documentation](https://nodejs.org/docs/latest/api/test.html#runoptions).
1212

0 commit comments

Comments
 (0)