summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/node/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/package.json b/platform/node/package.json
index 0a7e021ba9..d0cb4eb761 100644
--- a/platform/node/package.json
+++ b/platform/node/package.json
@@ -36,7 +36,7 @@
"scripts": {
"install": "node-pre-gyp install || make node -C ../../",
"test": "tape test/js/**/*.test.js | faucet",
- "test-suite": "(tape test/render.test.js | faucet) || true"
+ "test-suite": "tape test/render.test.js || true"
},
"gypfile": true,
"binary": {