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 3a7f26c commit ae09f48Copy full SHA for ae09f48
1 file changed
package.json
@@ -20,8 +20,8 @@
20
"test:te": "TEXT_ENCODING=force mocha 'test/**/*.test.ts'",
21
"test:dist:purejs": "TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot",
22
"test:cover": "npm run cover:clean && npm-run-all 'test:cover:*' && npm run cover:report",
23
- "test:cover:purejs": "npm exec nyc --no-clean npm run test:purejs",
24
- "test:cover:te": "npm exec nyc --no-clean npm run test:te",
+ "test:cover:purejs": "npx nyc --no-clean npm run test:purejs",
+ "test:cover:te": "npx nyc --no-clean npm run test:te",
25
"test:deno": "deno test test/deno_test.ts",
26
"test:fuzz": "npm exec -- jsfuzz@git+https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz.git --fuzzTime 60 --no-versifier test/decode.jsfuzz.js corpus",
27
"cover:clean": "rimraf .nyc_output coverage/",
0 commit comments