blob: 8a9c9eae74bfc136a2e65325dd10847956be833d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* selectable_tickets.js
*/
(function($) {
module("selectable: tickets");
test("testname", function() {
ok(false, "missing test - untested code is broken code.");
});
})(jQuery);
|