diff --git a/scripts/test b/scripts/test index 147aab9..1c47b2a 100755 --- a/scripts/test +++ b/scripts/test @@ -4,7 +4,7 @@ if [ "$TARGET" = "browser" ] then - ./node_modules/.bin/browserify spec/client.js -t babelify | node_modules/.bin/tape-run + ./node_modules/.bin/browserify spec/client.js -t babelify | node_modules/.bin/tape-run -b firefox exit $? elif [ "$TARGET" = "node" ] then