Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Apr 23, 2021
1 parent 29123a2 commit 116c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"createWasmForLang": "sh ./tools/createWasmForLang.sh en-us",
"createAllWasm": "sh ./tools/createAllWasm.sh",
"pretest": "npm run lint",
"test": "tap --no-coverage test/*.js",
"test": "tap --branches=95 test/*.js",
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js test/*.js src/*.ts && remark -q *.md && remark -q */*.md",
"prepare": "sh ./tools/minify.sh",
Expand Down

0 comments on commit 116c9e2

Please sign in to comment.