Skip to content

Commit bc05033

Browse files
committed
fix test scripts for deno
1 parent 7ad7809 commit bc05033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prepublishOnly": "npm run test:dist",
1717
"clean": "rimraf build dist dist.*",
1818
"test": "mocha 'test/**/*.test.ts'",
19-
"test:dist": "npm run lint && npm run test && npm run test:browser && test:deno",
19+
"test:dist": "npm run lint && npm run test && npm run test:browser && npm run test:deno",
2020
"test:cover": "npm run cover:clean && npx nyc --no-clean npm run 'test' && npm run cover:report",
2121
"test:deno": "deno test test/deno_test.ts",
2222
"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

Comments
 (0)