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/node/torrent-events.js')
-rw-r--r--test/node/torrent-events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/torrent-events.js b/test/node/torrent-events.js
index 46136a4..532db29 100644
--- a/test/node/torrent-events.js
+++ b/test/node/torrent-events.js
@@ -1,8 +1,8 @@
const fixtures = require('webtorrent-fixtures')
const test = require('tape')
-const WebTorrent = require('../../')
const MemoryChunkStore = require('memory-chunk-store')
const randombytes = require('randombytes')
+const WebTorrent = require('../../index.js')
test('client.add: emit torrent events in order', t => {
t.plan(6)