diff options
Diffstat (limited to 'tests/unit/progressbar/progressbar_events.js')
-rw-r--r-- | tests/unit/progressbar/progressbar_events.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/progressbar/progressbar_events.js b/tests/unit/progressbar/progressbar_events.js new file mode 100644 index 000000000..26f2500ec --- /dev/null +++ b/tests/unit/progressbar/progressbar_events.js @@ -0,0 +1,12 @@ +/* + * progressbar_events.js + */ +(function($) { + +module("progressbar: events"); + +test("testname", function() { + ok(false, "missing test - untested code is broken code."); +}); + +})(jQuery); |