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 e65c24d commit 8229ff5Copy full SHA for 8229ff5
package.json
@@ -83,6 +83,6 @@
83
"lint": "eslint bin lib index.js test",
84
"doc": "documentation index.js -f md --access=public > docs/NODE_API.md",
85
"self-lint": "node ./bin/documentation.js lint",
86
- "test": "npm run lint && npm run self-lint && tap -t 120 --coverage test/*.js test/lib test/streams"
+ "test": "npm run lint && npm run self-lint && tap -t 120 --coverage --nyc-arg=--cache test/*.js test/lib test/streams"
87
}
88
0 commit comments