From: Feross Aboukhadijeh Date: Wed, 20 Apr 2016 05:43:47 +0000 (-0700) Subject: explicitly set zuul ui X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=6687b9146daee3a80d31777c687cd1f204ac9586;p=buffer.git explicitly set zuul ui --- 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",