Skip to content

Commit ee241d0

Browse files
authored
fix ignore next 3
Signed-off-by: Aviv Keller <[email protected]>
1 parent afec63e commit ee241d0

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ When reporting coverage with this modified `main.js` file, the report will now s
139139

140140
There are multiple ways to ignore sections of code using comments.
141141

142-
```js displayName="ignore next"
142+
```js displayName="ignore next 3"
143143
function add(a, b) {
144144
return a + b;
145145
}

0 commit comments

Comments
 (0)