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
Auto Encrypt Localhost
Commits
febc2a7f
Commit
febc2a7f
authored
Mar 19, 2021
by
Aral Balkan
Browse files
Fix the simplified coverage command for Windows
parent
1b82f9b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
febc2a7f
...
...
@@ -26,7 +26,7 @@
"test"
:
"QUIET=true esm-tape-runner 'test/**/*.js' | tap-monkey"
,
"test-on-windows"
:
"node test/index.js"
,
"coverage"
:
"QUIET=true c8 esm-tape-runner 'test/**/*.js' | tap-monkey"
,
"coverage-on-windows"
:
"c8
'test/**/*
.js
'
"
,
"coverage-on-windows"
:
"c8
node .
\\
test
\\
index
.js"
,
"test-debug"
:
"esm-tape-runner 'test/**/*.js' | tap-monkey"
,
"coverage-debug"
:
"c8 esm-tape-runner 'test/**/*.js' | tap-monkey"
,
"generate-dependency-diagram"
:
"mkdir -p artefacts && node_modules/.bin/depcruise --max-depth 1 --output-type dot index.js | dot -T svg > artefacts/dependency-graph.svg"
,
...
...
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