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:
Diffstat (limited to 'test/client-remove.js')
-rw-r--r--test/client-remove.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client-remove.js b/test/client-remove.js
index 659523d..6ea47de 100644
--- a/test/client-remove.js
+++ b/test/client-remove.js
@@ -1,6 +1,6 @@
const fixtures = require('webtorrent-fixtures')
const test = require('tape')
-const WebTorrent = require('../')
+const WebTorrent = require('../index.js')
test('client.remove: remove by Torrent object', t => {
t.plan(5)