Skip to content

Commit 479bcd9

Browse files
author
Aral's ThinkPad
committed
Add simplified test and coverage tasks for Windows (oh, poor baby)
1 parent 9aab5ec commit 479bcd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"test": "npm run unlockSudo && QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey",
3636
"coverage": "npm run unlockSudo && QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
3737
"test-debug": "npm run unlockSudo && esm-tape-runner 'test/**/*.js' | tap-monkey",
38-
"coverage-debug": "npm run unlockSudo && c8 esm-tape-runner 'test/**/*.js' | tap-monkey"
38+
"coverage-debug": "npm run unlockSudo && c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
39+
"test-on-windows": "node test/index.js",
40+
"coverage-on-windows": "c8 node test/index.js"
3941
},
4042
"author": {
4143
"name": "Aral Balkan",

0 commit comments

Comments
 (0)