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 49181ad commit 88fd38eCopy full SHA for 88fd38e
packages/deno/package.json
@@ -47,7 +47,7 @@
47
"test": "run-s install:deno test:types test:unit",
48
"test:build": "tsc -p tsconfig.test.types.json && rollup -c rollup.test.config.mjs",
49
"test:types": "deno check ./build/index.mjs",
50
- "test:unit": "deno test --allow-read --allow-run",
+ "test:unit": "deno test --allow-read --allow-run --coverage=coverage",
51
"test:unit:update": "deno test --allow-read --allow-write --allow-run -- --update",
52
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"
53
},
0 commit comments