Skip to content

Commit 5f24fab

Browse files
committed
jest flag for coverage
1 parent 9e9371b commit 5f24fab

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "rimraf dist && rollup --config",
99
"release": "npm run build && np --no-yarn --no-cleanup --no-2fa",
10-
"test": "jest"
10+
"test": "jest --coverage --runInBand"
1111
},
1212
"author": {
1313
"name": "Piyush Lodaya",

0 commit comments

Comments
 (0)