Skip to content

Commit afeadab

Browse files
committed
rm jest --cov then
1 parent 3b837b2 commit afeadab

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
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"license": "(cat LICENSE.txt; cat react-most.js) > react-most.licensed.js && mv react-most.licensed.js react-most.js",
2121
"build": "babel lib -d ./ --ignore '__tests__' && npm run license",
22-
"test": "jest --coverage",
22+
"test": "jest",
2323
"prepublish": "npm run build",
2424
"testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand"
2525
},

0 commit comments

Comments
 (0)