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 380ce10 commit df4a8f8Copy full SHA for df4a8f8
package.json
@@ -33,7 +33,8 @@
33
"scripts": {
34
"start": "NODE_ENV=test npm test -- -w",
35
"lint": "standard",
36
- "test": "NODE_ENV=test nyc --check-coverage --lines 80 ava test/**/*.spec.js --timeout=30s",
+ "test:cmd": "node --harmony node_modules/.bin/ava test/**/utils.spec.js --timeout=30s",
37
+ "test": "NODE_ENV=test nyc --check-coverage --lines 80 npm run test:cmd",
38
"coverage": "nyc report --reporter=lcov",
39
"ci.coverage": "nyc report --reporter=text-lcov | coveralls"
40
},
0 commit comments