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/basic.js')
-rw-r--r--test/node/basic.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/node/basic.js b/test/node/basic.js
index 0dd08ad..55ba32f 100644
--- a/test/node/basic.js
+++ b/test/node/basic.js
@@ -1,9 +1,9 @@
-const fixtures = require('webtorrent-fixtures')
const fs = require('fs')
const path = require('path')
const http = require('http')
+const fixtures = require('webtorrent-fixtures')
const test = require('tape')
-const WebTorrent = require('../../')
+const WebTorrent = require('../../index.js')
test('WebTorrent.WEBRTC_SUPPORT', t => {
t.plan(2)