Skip to content

Commit 54a0191

Browse files
authored
fixup!
1 parent 312741f commit 54a0191

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"format:check": "prettier --check .",
3636
"check": "npm run lint && npm run format:check",
3737
"test": "node --test test/**/*.test.mjs",
38-
"test:watch": "node --test --watch test/**/*.test.mjs"
38+
"test:watch": "node --test --watch test/**/*.test.mjs",
39+
"test:coverage": "node --test --experimental-test-coverage test/**/*.test.mjs"
3940
},
4041
"author": "",
4142
"license": "MIT"

0 commit comments

Comments
 (0)