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 7ad7809 commit bc05033Copy full SHA for bc05033
package.json
@@ -16,7 +16,7 @@
16
"prepublishOnly": "npm run test:dist",
17
"clean": "rimraf build dist dist.*",
18
"test": "mocha 'test/**/*.test.ts'",
19
- "test:dist": "npm run lint && npm run test && npm run test:browser && test:deno",
+ "test:dist": "npm run lint && npm run test && npm run test:browser && npm run test:deno",
20
"test:cover": "npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report",
21
"test:deno": "deno test test/deno_test.ts",
22
"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",
0 commit comments