From ba6b799ff614fedf26a29448620604aae3d2afec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Tue, 26 Oct 2021 18:28:43 +0200 Subject: fix: Prep for esm (#2205) * prep for esm * update min req node vers * revert node prefix --- test/node/seed-while-download.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/node/seed-while-download.js') diff --git a/test/node/seed-while-download.js b/test/node/seed-while-download.js index 3606805..0b710d9 100644 --- a/test/node/seed-while-download.js +++ b/test/node/seed-while-download.js @@ -1,10 +1,10 @@ +const fs = require('fs') const DHT = require('bittorrent-dht/server') const fixtures = require('webtorrent-fixtures') -const fs = require('fs') const MemoryChunkStore = require('memory-chunk-store') const series = require('run-series') const test = require('tape') -const WebTorrent = require('../../') +const WebTorrent = require('../../index.js') test('Seed and download a file at the same time', t => { t.plan(14) -- cgit v1.2.3