aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/unit/slider/slider_events.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/unit/slider/slider_events.js b/tests/unit/slider/slider_events.js
index 35097d708..22e908bdd 100644
--- a/tests/unit/slider/slider_events.js
+++ b/tests/unit/slider/slider_events.js
@@ -3,22 +3,22 @@
*/
(function($) {
-module("slider: events");
+module( "slider: events" );
-test("start", function() {
- ok(false, "missing test - untested code is broken code.");
+test( "start", function() {
+ ok( false, "missing test - untested code is broken code." );
});
-test("slide", function() {
- ok(false, "missing test - untested code is broken code.");
+test( "slide", function() {
+ ok( false, "missing test - untested code is broken code." );
});
-test("change", function() {
- ok(false, "missing test - untested code is broken code.");
+test( "change", function() {
+ ok( false, "missing test - untested code is broken code." );
});
-test("stop", function() {
- ok(false, "missing test - untested code is broken code.");
+test( "stop", function() {
+ ok( false, "missing test - untested code is broken code." );
});
-})(jQuery);
+}( jQuery ) );