aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/css.js')
-rw-r--r--test/unit/css.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/css.js b/test/unit/css.js
index b030569fb..ea57c9abe 100644
--- a/test/unit/css.js
+++ b/test/unit/css.js
@@ -1,3 +1,5 @@
+if ( jQuery.css ) {
+
module("css", { teardown: moduleTeardown });
test("css(String|Hash)", function() {
@@ -779,3 +781,5 @@ test( "cssHooks - expand", function() {
});
});
+
+}