Skip to content

Commit 370a7c5

Browse files
committed
Remove unused misc dir
1 parent 93696fa commit 370a7c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
6868
"scripts": {
6969
"lint": "eslint bin lib index.js test",
7070
"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"
71+
"test": "npm run lint && tap -t 120 --coverage test/*.js test/lib test/streams"
7272
}
7373
}

test/misc/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)