Skip to content

Commit

Permalink
Add simplified test and coverage tasks for Windows (oh, poor baby)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aral's ThinkPad committed Mar 24, 2021
1 parent 9aab5ec commit 479bcd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"test": "npm run unlockSudo && QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey",
"coverage": "npm run unlockSudo && QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey",
"test-debug": "npm run unlockSudo && esm-tape-runner 'test/**/*.js' | tap-monkey",
"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",
"test-on-windows": "node test/index.js",
"coverage-on-windows": "c8 node test/index.js"
},
"author": {
"name": "Aral Balkan",
Expand Down

0 comments on commit 479bcd9

Please sign in to comment.