Skip to content

Commit c4dbef5

Browse files
test coverage every time test suite is implemented locally.
1 parent a545604 commit c4dbef5

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
@@ -48,7 +48,7 @@
4848
"scripts": {
4949
"start": "node scripts/start.js",
5050
"build": "node scripts/build.js",
51-
"test": "jest"
51+
"test": "jest --coverage"
5252
},
5353
"devDependencies": {
5454
"enzyme": "^3.3.0",

0 commit comments

Comments
 (0)