Skip to content

Commit 067fb90

Browse files
authored
Remove standard from tests, prefer node testing for first-pass CI (#332)
1 parent 56a89eb commit 067fb90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"url": "https://github.com/feross/buffer/issues"
1212
},
1313
"contributors": [
14+
"Daniel Cousens",
1415
"Romain Beauxis <toots@rastageeks.org>",
1516
"James Halliday <mail@substack.net>"
1617
],
@@ -60,12 +61,11 @@
6061
"perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html",
6162
"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",
6263
"size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c",
63-
"test": "standard && node ./bin/test.js",
64+
"test": "tape test/*.js test/node/*.js",
6465
"test-browser-old": "airtap -- test/*.js",
6566
"test-browser-old-local": "airtap --local -- test/*.js",
6667
"test-browser-new": "airtap -- test/*.js test/node/*.js",
6768
"test-browser-new-local": "airtap --local -- test/*.js test/node/*.js",
68-
"test-node": "tape test/*.js test/node/*.js",
6969
"update-authors": "./bin/update-authors.sh"
7070
},
7171
"standard": {

0 commit comments

Comments
 (0)