We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9050c93 commit 6789208Copy full SHA for 6789208
1 file changed
package.json
@@ -23,7 +23,7 @@
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
"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",
+ "test:fuzz": "npm exec --yes -- 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/",
28
"cover:report": "npx nyc report --reporter=text-summary --reporter=html --reporter=json",
29
"test:browser": "karma start --single-run",
0 commit comments