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/basic.js')
-rw-r--r--test/basic.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/basic.js b/test/basic.js
new file mode 100644
index 0000000..cf79627
--- /dev/null
+++ b/test/basic.js
@@ -0,0 +1,6 @@
+var test = require('tape')
+
+test('TODO', function (t) {
+ t.ok(true)
+ t.end()
+}) \ No newline at end of file