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.
2 parents b83e4f5 + 7c5d179 commit c7ce760Copy full SHA for c7ce760
package.json
@@ -37,7 +37,7 @@
37
"node": ">=0.10.0"
38
},
39
"scripts": {
40
- "test": "xo && nyc --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
+ "test": "xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
41
"test-win": "tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js"
42
43
"files": [
@@ -123,6 +123,7 @@
123
"coveralls": "^2.11.4",
124
"delay": "^1.3.0",
125
"get-stream": "^1.1.0",
126
+ "nyc": "^5.1.0",
127
"signal-exit": "^2.1.2",
128
"sinon": "^1.17.2",
129
"source-map-fixtures": "^0.4.0",
0 commit comments