Skip to content

Commit 88fd38e

Browse files
committed
build(test): Generate coverage report for deno
1 parent 49181ad commit 88fd38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "run-s install:deno test:types test:unit",
4848
"test:build": "tsc -p tsconfig.test.types.json && rollup -c rollup.test.config.mjs",
4949
"test:types": "deno check ./build/index.mjs",
50-
"test:unit": "deno test --allow-read --allow-run",
50+
"test:unit": "deno test --allow-read --allow-run --coverage=coverage",
5151
"test:unit:update": "deno test --allow-read --allow-write --allow-run -- --update",
5252
"yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push --sig"
5353
},

0 commit comments

Comments
 (0)