Add missing switches methods (untested)

This commit is contained in:
Maxime Thirouin
2014-10-14 08:19:44 +02:00
parent a6c9b57647
commit 414650113b
3 changed files with 154 additions and 0 deletions

View File

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