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 9aab5ec commit 479bcd9Copy full SHA for 479bcd9
package.json
@@ -35,7 +35,9 @@
35
"test": "npm run unlockSudo && QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey",
36
"coverage": "npm run unlockSudo && QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
37
"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"
+ "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"
41
},
42
"author": {
43
"name": "Aral Balkan",
0 commit comments