Skip to content

Commit c7ce760

Browse files
committed
Merge pull request #389 from jamestalmage/use-latest-nyc
use latest nyc and caching
2 parents b83e4f5 + 7c5d179 commit c7ce760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"node": ">=0.10.0"
3838
},
3939
"scripts": {
40-
"test": "xo && nyc --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
40+
"test": "xo && nyc --cache --reporter=lcov --reporter=text tap --no-cov --timeout=150 test/*.js test/reporters/*.js",
4141
"test-win": "tap --no-cov --reporter=classic --timeout=150 test/*.js test/reporters/*.js"
4242
},
4343
"files": [
@@ -123,6 +123,7 @@
123123
"coveralls": "^2.11.4",
124124
"delay": "^1.3.0",
125125
"get-stream": "^1.1.0",
126+
"nyc": "^5.1.0",
126127
"signal-exit": "^2.1.2",
127128
"sinon": "^1.17.2",
128129
"source-map-fixtures": "^0.4.0",

0 commit comments

Comments
 (0)