Skip to content

Commit d850df0

Browse files
Activate coverage report by default
1 parent d751948 commit d850df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm-packages/ruby-wasm-wasi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"license": "MIT",
2525
"scripts": {
26-
"test": "NODE_OPTIONS=\"--experimental-wasi-unstable-preview1\" jest",
26+
"test": "NODE_OPTIONS=\"--experimental-wasi-unstable-preview1\" jest --coverage",
2727
"format": "prettier --write ."
2828
},
2929
"devDependencies": {

0 commit comments

Comments
 (0)