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 93696fa commit 370a7c5Copy full SHA for 370a7c5
package.json
@@ -68,6 +68,6 @@
68
"scripts": {
69
"lint": "eslint bin lib index.js test",
70
"doc": "documentation index.js -f md > docs/NODE_API.md",
71
- "test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/misc test/streams"
+ "test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/streams"
72
}
73
test/misc/index.js
0 commit comments