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/client-seed.js')
-rw-r--r--test/client-seed.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/client-seed.js b/test/client-seed.js
index 8250a36..019028e 100644
--- a/test/client-seed.js
+++ b/test/client-seed.js
@@ -1,8 +1,8 @@
/* global Blob */
-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('client.seed: torrent file (Buffer)', t => {
t.plan(6)