Skip to content

Commit 6a76da6

Browse files
committed
Merge pull request #26 from themasch/tap-spec
Use tap-spec for tape output
2 parents c887bf9 + 9fde47e commit 6a76da6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@
2828
"dht-bencode": "",
2929
"bncode": "",
3030
"dht.js": "",
31-
"tape": "~2.12"
31+
"tape": "~2.12",
32+
"tap-spec": ""
3233
},
3334
"scripts": {
34-
"test": "node node_modules/tape/bin/tape test/*.test.js",
35-
"bench": "node node_modules/matcha/bin/matcha benchmark/*.js"
35+
"test": "node node_modules/.bin/tape test/*.test.js | node node_modules/.bin/tap-spec",
36+
"bench": "node node_modules/.bin/matcha benchmark/*.js"
3637
},
3738
"repository": {
3839
"type": "git",

0 commit comments

Comments
 (0)