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/torrent-destroy.js')
-rw-r--r--test/torrent-destroy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/torrent-destroy.js b/test/torrent-destroy.js
index f220cf2..a2e97a1 100644
--- a/test/torrent-destroy.js
+++ b/test/torrent-destroy.js
@@ -1,6 +1,6 @@
const fixtures = require('webtorrent-fixtures')
const test = require('tape')
-const WebTorrent = require('../')
+const WebTorrent = require('../index.js')
test('torrent.destroy: destroy and remove torrent', t => {
t.plan(5)