]> zoso.dev Git - buffer.git/commitdiff
explicitly set zuul ui
authorFeross Aboukhadijeh <feross@feross.org>
Wed, 20 Apr 2016 05:43:47 +0000 (22:43 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Wed, 20 Apr 2016 05:43:47 +0000 (22:43 -0700)
package.json

index 63785e5650347f79c87ef6a36c470dff3573509a..02d4d72beecd7f27725aeb335122412c681ac052 100644 (file)
   },
   "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",