Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit ede62bc

Browse files
committed
Test with coverage
1 parent efc59b0 commit ede62bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"style": "dist/react-nice-input-password.css",
77
"scripts": {
88
"start": "parcel public/index.html --open",
9-
"test": "export NODE_ENV=test; jest",
10-
"coverage": "jest --coverage",
9+
"test": "export NODE_ENV=test; jest --coverage",
1110
"prepublish": "jest --coverage",
1211
"build": "webpack --env.production"
1312
},

0 commit comments

Comments
 (0)