File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
"test:te" : " TEXT_ENCODING=force mocha 'test/**/*.test.ts'" ,
21
21
"test:dist:purejs" : " TS_NODE_PROJECT=tsconfig.test-dist-es5-purejs.json npm run test:purejs -- --reporter=dot" ,
22
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" ,
23
+ "test:cover:purejs" : " npx nyc --no-clean npm run test:purejs" ,
24
+ "test:cover:te" : " npx nyc --no-clean npm run test:te" ,
25
25
"test:deno" : " deno test test/deno_test.ts" ,
26
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
27
"cover:clean" : " rimraf .nyc_output coverage/" ,
You can’t perform that action at this time.
0 commit comments