diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-02 14:36:08 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-02 14:36:08 +0000 |
commit | 43ab3a04e549a31a0872b03f22d1e26ad22c2cb4 (patch) | |
tree | cc54ea5e747c3f8c1200c641dbe7fb6f96549922 /tests/unit/tabs/tabs_events.js | |
parent | bf16dc1853dca7961947158a1d3be430362386eb (diff) | |
download | jquery-ui-43ab3a04e549a31a0872b03f22d1e26ad22c2cb4.tar.gz jquery-ui-43ab3a04e549a31a0872b03f22d1e26ad22c2cb4.zip |
unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
Diffstat (limited to 'tests/unit/tabs/tabs_events.js')
-rw-r--r-- | tests/unit/tabs/tabs_events.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/tabs/tabs_events.js b/tests/unit/tabs/tabs_events.js new file mode 100644 index 000000000..3c3ea8d86 --- /dev/null +++ b/tests/unit/tabs/tabs_events.js @@ -0,0 +1,12 @@ +/* + * tabs_events.js + */ +(function($) { + +module("tabs: events"); + +test("testname", function() { + ok(false, "missing test - untested code is broken code."); +}); + +})(jQuery); |