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
path: root/test
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2019-09-10 04:31:10 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-09-10 04:31:10 +0300
commitcd2c8603c04ffbf47aa91f62a2d2ddbac20d8723 (patch)
tree0f508937408d5bc46d6e85c4859d2f00a4ce3339 /test
parentf371bd0ed06b85205314f8431c0d44cb8f88365c (diff)
Fix torrent-events test
Diffstat (limited to 'test')
-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 febf1c4..916ca4e 100644
--- a/test/node/torrent-events.js
+++ b/test/node/torrent-events.js
@@ -1,6 +1,6 @@
const fixtures = require('webtorrent-fixtures')
const test = require('tape')
-const WebTorrent = require('../')
+const WebTorrent = require('../../')
const MemoryChunkStore = require('memory-chunk-store')
test('client.add: emit torrent events in order', function (t) {