Skip to content

Commit 584e71c

Browse files
committed
chore: remove tap
1 parent 9d4a640 commit 584e71c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"noop-stream": "^0.1.0",
2929
"pump": "^3.0.0",
3030
"readable-stream": "^4.5.2",
31-
"tap": "^18.6.1",
3231
"tsd": "^0.31.0"
3332
},
3433
"scripts": {
@@ -39,7 +38,7 @@
3938
"start": "CLIMEM=8999 node -r climem ./examples/example",
4039
"test": "npm run test:unit && npm run test:typescript",
4140
"test:typescript": "tsd",
42-
"test:unit": "tap -t 120"
41+
"test:unit": "node --test"
4342
},
4443
"repository": {
4544
"type": "git",

0 commit comments

Comments
 (0)