Add missing switches methods (untested)
This commit is contained in:
9
tests/scripts/lib/switch-selectors.js
Normal file
9
tests/scripts/lib/switch-selectors.js
Normal 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()
|
||||
})
|
||||
Reference in New Issue
Block a user