Relocate all the things

This commit is contained in:
Maxime Thirouin
2014-10-14 08:23:56 +02:00
parent 414650113b
commit 165532d43c
33 changed files with 12512 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
var tape = require("tape")
var switchesSelectors = require("../../lib/switches-selectors.js")
tape("test switchesSelectors", function(t) {
t.fail()
t.end()
})