Files
pjax/tests/scripts/lib/switch-selectors.js

10 lines
181 B
JavaScript
Raw Normal View History

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