Skip to content

Commit 81118ce

Browse files
author
Victor Wiebe
committed
feat: add coverage metrics to our output when we test locally
1 parent d3360ee commit 81118ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dist/**/*"
1616
],
1717
"scripts": {
18-
"test": "jest",
18+
"test": "jest --coverage",
1919
"build:ts": "ttsc -b --watch",
2020
"build:dev": "webpack --mode development --display-error-details",
2121
"build:prod": "webpack --mode production && ttsc -b",

0 commit comments

Comments
 (0)