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:
authorJimmy Wärting <jimmy@warting.se>2021-10-26 19:28:43 +0300
committerGitHub <noreply@github.com>2021-10-26 19:28:43 +0300
commitba6b799ff614fedf26a29448620604aae3d2afec (patch)
tree4be227f5480503dd9857e1dcffa06d0f54e4548c /test/torrent-destroy.js
parent7906081aa03b022451d55027360002775655e2bf (diff)
fix: Prep for esm (#2205)
* prep for esm * update min req node vers * revert node prefix
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)