We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b837b2 commit afeadabCopy full SHA for afeadab
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"license": "(cat LICENSE.txt; cat react-most.js) > react-most.licensed.js && mv react-most.licensed.js react-most.js",
21
"build": "babel lib -d ./ --ignore '__tests__' && npm run license",
22
- "test": "jest --coverage",
+ "test": "jest",
23
"prepublish": "npm run build",
24
"testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand"
25
},
0 commit comments