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/extensions.js')
-rw-r--r--test/node/extensions.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/node/extensions.js b/test/node/extensions.js
index 460441b..9dd7fba 100644
--- a/test/node/extensions.js
+++ b/test/node/extensions.js
@@ -1,6 +1,6 @@
-const fixtures = require('webtorrent-fixtures')
-const test = require('tape')
-const WebTorrent = require('../../index.js')
+import fixtures from 'webtorrent-fixtures'
+import test from 'tape'
+import WebTorrent from '../../index.js'
test('extension support', t => {
t.plan(6)