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/conn-pool.js')
-rw-r--r--test/node/conn-pool.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/node/conn-pool.js b/test/node/conn-pool.js
index a7c6e51..84ec552 100644
--- a/test/node/conn-pool.js
+++ b/test/node/conn-pool.js
@@ -1,8 +1,8 @@
-const test = require('tape')
-const fixtures = require('webtorrent-fixtures')
-const MemoryChunkStore = require('memory-chunk-store')
-const dgram = require('dgram')
-const WebTorrent = require('../../index.js')
+import test from 'tape'
+import fixtures from 'webtorrent-fixtures'
+import MemoryChunkStore from 'memory-chunk-store'
+import dgram from 'dgram'
+import WebTorrent from '../../index.js'
test('client.conn-pool: use TCP when uTP disabled', t => {
t.plan(6)