aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_methods.js
blob: 810d33a11c7039833b5ed9fcd3b43a5fec28b2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * progressbar_methods.js
 */
(function($) {

module("progressbar: methods");

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

})(jQuery);