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-01-12 04:08:10 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-01-12 04:08:10 +0300
commitf5902491831e89836759e4cfe82687ee9560f7f4 (patch)
treea077b40936337737bf4ef447d016e2597f73a4fc /test/cmd.js
parent86d6f87c05c5d8cfff9d7cd2d7d24167b445026e (diff)
command line: add `seed` command
Fixes #231
Diffstat (limited to 'test/cmd.js')
-rw-r--r--test/cmd.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cmd.js b/test/cmd.js
index 812bc96..196104a 100644
--- a/test/cmd.js
+++ b/test/cmd.js
@@ -101,3 +101,4 @@ test('Command line: webtorrent create /path/to/file', function (t) {
// TODO: test 'webtorrent download /path/to/torrent'
// TODO: test 'webtorrent download magnet_uri'
+// TODO: test 'webtorrent seed /path/to/file'