From 6687b9146daee3a80d31777c687cd1f204ac9586 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 19 Apr 2016 22:43:47 -0700 Subject: [PATCH] explicitly set zuul ui --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 63785e5..02d4d72 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ }, "scripts": { "test": "standard && node ./bin/test.js", - "test-browser-es5": "zuul -- test/*.js", - "test-browser-es5-local": "zuul --local -- test/*.js", - "test-browser-es6": "zuul -- test/*.js test/node/*.js", - "test-browser-es6-local": "zuul --local -- test/*.js test/node/*.js", + "test-browser-es5": "zuul --ui tape -- test/*.js", + "test-browser-es5-local": "zuul --ui tape --local -- test/*.js", + "test-browser-es6": "zuul --ui tape -- test/*.js test/node/*.js", + "test-browser-es6-local": "zuul --ui tape --local -- test/*.js test/node/*.js", "test-node": "tape test/*.js test/node/*.js && OBJECT_IMPL=true tape test/*.js", "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", -- 2.34.1