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/rarity-map.js')
-rw-r--r--test/rarity-map.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/rarity-map.js b/test/rarity-map.js
index 0cbef33..52b6584 100644
--- a/test/rarity-map.js
+++ b/test/rarity-map.js
@@ -1,8 +1,8 @@
-const fixtures = require('webtorrent-fixtures')
-const randombytes = require('randombytes')
-const test = require('tape')
-const Wire = require('bittorrent-protocol')
-const Torrent = require('../lib/torrent.js')
+import fixtures from 'webtorrent-fixtures'
+import randombytes from 'randombytes'
+import test from 'tape'
+import Wire from 'bittorrent-protocol'
+import Torrent from '../lib/torrent.js'
test('Rarity map usage', t => {
t.plan(16)