summaryrefslogtreecommitdiff
path: root/platform/node
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-27 15:57:03 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-27 15:57:03 -0400
commitcb2b57a7c5497ac15e8b417950430a222d32e959 (patch)
tree0138a33ce5a0b0a816862a06bf0bf9bb576d67b2 /platform/node
parentc2539d6bd4579e0599a5f86a66e7ffd591b049c2 (diff)
downloadqtlocation-mapboxgl-cb2b57a7c5497ac15e8b417950430a222d32e959.tar.gz
drop faucet from test-suite
Diffstat (limited to 'platform/node')
-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": {