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/cmd.js')
-rw-r--r--test/cmd.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cmd.js b/test/cmd.js
index 5699a0e..461b54d 100644
--- a/test/cmd.js
+++ b/test/cmd.js
@@ -1,8 +1,8 @@
var cp = require('child_process')
-var spawn = require('cross-spawn-async')
-var path = require('path')
var fs = require('fs')
var parseTorrent = require('parse-torrent')
+var path = require('path')
+var spawn = require('cross-spawn-async')
var test = require('tape')
var CMD_PATH = path.resolve(__dirname, '..', 'bin', 'cmd.js')