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 e600592 commit c43c8b9Copy full SHA for c43c8b9
package.json
@@ -5,7 +5,7 @@
5
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
6
"main": "index.js",
7
"scripts": {
8
- "test": "jest unit --watch",
+ "test": "jest unit",
9
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
10
"lint": "eslint ."
11
},
0 commit comments