Skip to content

Commit 27bcba3

Browse files
committed
wasm test prints more info
1 parent 053583f commit 27bcba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dev": "webpack serve",
2626
"build": "webpack",
2727
"dist": "webpack --mode production",
28-
"test": "webpack --mode production && cd ../tests && pytest"
28+
"test": "webpack --mode production && cd ../tests && pytest -v"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)