From 43ab3a04e549a31a0872b03f22d1e26ad22c2cb4 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Mon, 2 Feb 2009 14:36:08 +0000 Subject: unit tests: created separate file for each module: core, common widget, events, methods, options, tickets --- tests/unit/datepicker/datepicker_options.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/unit/datepicker/datepicker_options.js (limited to 'tests/unit/datepicker/datepicker_options.js') diff --git a/tests/unit/datepicker/datepicker_options.js b/tests/unit/datepicker/datepicker_options.js new file mode 100644 index 000000000..ad6b37ccb --- /dev/null +++ b/tests/unit/datepicker/datepicker_options.js @@ -0,0 +1,12 @@ +/* + * datepicker_options.js + */ +(function($) { + +module("datepicker: options"); + +test("testname", function() { + ok(false, "missing test - untested code is broken code."); +}); + +})(jQuery); -- cgit v1.2.3