Skip to content

Commit

Permalink
split up test scripts; add test-browser-local
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Sep 21, 2014
1 parent c20ae0f commit 9c8dab3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"start": "./bin/cmd.js",
"test": "tape test/*.js && zuul -- test/basic.js"
"test": "npm run test-node && npm run test-browser",
"test-browser": "zuul -- test/basic.js",
"test-browser-local": "zuul --local -- test/basic.js",
"test-node": "tape test/*.js"
},
"testling": {
"files": "test/basic.js"
Expand Down

0 comments on commit 9c8dab3

Please sign in to comment.