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:
authorJoseph Frazier <joseph@onsip.com>2015-10-05 03:09:15 +0300
committerJoseph Frazier <joseph@onsip.com>2015-10-07 05:45:11 +0300
commit80d615b417e4c869b3cde4fec084f25e908aad1f (patch)
tree51fa3a2c1f2f4d5084aa3f6b9ff5f5c78d351b37 /package.json
parent3fc0668c639cf5f1780de9a338fd320431013a3c (diff)
tests use cross-spawn-async instead of child_process.spawn
This allows Windows to run the tests, as promised in https://github.com/feross/webtorrent/issues/429#issuecomment-146061289 Note that there are a couple of outstanding failures on Windows: # client.seed: filesystem path to folder with one file, string not ok 8 should be equal --- operator: equal expected: '3a686c32404af0a66913dd5f8d2b40673f8d4490' actual: 'e6887b78d89d995876c7cef3476b6fb32c4c4e3d' ... not ok 9 should be equal --- operator: equal expected: |- 'magnet:?xt=urn:btih:3a686c32404af0a66913dd5f8d2b40673f8d4490&dn=folder&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80' actual: |- 'magnet:?xt=urn:btih:e6887b78d89d995876c7cef3476b6fb32c4c4e3d&dn=folder&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80'
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a14cf99..25f4e3d 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,7 @@
"chunk-store-stream": "^2.0.0",
"clivas": "^0.2.0",
"create-torrent": "^3.4.0",
+ "cross-spawn-async": "^2.0.0",
"debug": "^2.1.0",
"end-of-stream": "^1.0.0",
"executable": "^1.1.0",