Skip to content

Commit

Permalink
chore: add --experimental-test-coverage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bacebu4 committed Nov 19, 2023
1 parent 8f021a8 commit 23eda6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"./index.js"
],
"scripts": {
"test": "node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout --test ./tests/index.test.js"
"test": "node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=@reporters/github --test-reporter-destination=stdout --test ./tests/index.test.js"
},
"main": "index.js",
"author": "Vasilii Krasikov",
Expand Down

0 comments on commit 23eda6c

Please sign in to comment.