Skip to content

Commit 611afeb

Browse files
committed
disable tap-diff for now, it is exiting with an error code prematurely
1 parent 7dceeea commit 611afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "rollup -c",
1010
"dev": "rollup -cw",
1111
"prepublishOnly": "npm test",
12-
"test": "node test/runner.js | tap-diff",
12+
"test": "node test/runner.js",
1313
"test:browser": "npm run build && serve test/public",
1414
"pretest": "npm run build"
1515
},

0 commit comments

Comments
 (0)