We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312741f commit 54a0191Copy full SHA for 54a0191
1 file changed
package.json
@@ -35,7 +35,8 @@
35
"format:check": "prettier --check .",
36
"check": "npm run lint && npm run format:check",
37
"test": "node --test test/**/*.test.mjs",
38
- "test:watch": "node --test --watch test/**/*.test.mjs"
+ "test:watch": "node --test --watch test/**/*.test.mjs",
39
+ "test:coverage": "node --test --experimental-test-coverage test/**/*.test.mjs"
40
},
41
"author": "",
42
"license": "MIT"
0 commit comments