Skip to content

Commit

Permalink
fix ignore next 3
Browse files Browse the repository at this point in the history
Signed-off-by: Aviv Keller <[email protected]>
  • Loading branch information
RedYetiDev authored Aug 24, 2024
1 parent afec63e commit ee241d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ When reporting coverage with this modified `main.js` file, the report will now s

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

```js displayName="ignore next"
```js displayName="ignore next 3"
function add(a, b) {
return a + b;
}
Expand Down

0 comments on commit ee241d0

Please sign in to comment.