Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site.js
lib
HTTPS
Commits
479bcd9d
Unverified
Commit
479bcd9d
authored
Mar 24, 2021
by
Aral's ThinkPad
Browse files
Add simplified test and coverage tasks for Windows (oh, poor baby)
parent
9aab5ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
479bcd9d
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment