We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f6e8e commit ff77be9Copy full SHA for ff77be9
1 file changed
package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"build": "tsc",
20
- "test": "nyc ts-mocha tests/*.test.ts",
+ "test": "nyc -r text -r html ts-mocha tests/*.test.ts",
21
"coverage": "nyc report -r text-lcov"
22
},
23
"dependencies": {
0 commit comments