aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_options.js
blob: 49108f4d856a6674ab9ff61e97898db9036dff41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * selectable_options.js
 */
(function($) {

module("selectable: options");

test("testname", function() {
	ok(false, "missing test - untested code is broken code.");
});

})(jQuery);