Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-30 01:21:30 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-30 01:21:30 +0300
commit6e2f89ec447a8004b31efc9b557014e12ac7b699 (patch)
tree100209023b286ab53892f643b06a6d245b732a23 /package.json
parent8e0fdc3b0406e0804fb8d78949a75d4201dc78b0 (diff)
test: add file.appendTo and file.renderTo tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7a443b3..6b023ab 100644
--- a/package.json
+++ b/package.json
@@ -112,8 +112,8 @@
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"test": "standard && node ./bin/test.js",
- "test-browser": "zuul -- test/basic.js",
- "test-browser-local": "zuul --local -- test/basic.js",
+ "test-browser": "zuul -- test/basic.js test/basic-browser.js",
+ "test-browser-local": "zuul --local -- test/basic.js test/basic-browser.js",
"test-node": "tape test/*.js"
}
}