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:
authorFeross Aboukhadijeh <feross@feross.org>2013-11-09 14:28:17 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-11-09 14:28:17 +0400
commit0049bb6ed0e852ecfcb1b372bc2f7afad41e7cda (patch)
tree2a69ab884d514ed827dd6120583eb64f3f2bb8da /test/basic.js
parent3eec4902377e5664e567d0e085f80890c2624171 (diff)
travis-ci
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