diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/core.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/core.js b/test/unit/core.js index 7b2ad27e7..a7c8805e2 100644 --- a/test/unit/core.js +++ b/test/unit/core.js @@ -1186,6 +1186,8 @@ test("jQuery.parseXML", 8, function(){ } }); +if ( jQuery.sub ) { + test("jQuery.sub() - Static Methods", function(){ expect(18); var Subclass = jQuery.sub(); @@ -1307,6 +1309,8 @@ test("jQuery.sub() - .fn Methods", function(){ }); +} // jQuery.sub + test("jQuery.camelCase()", function() { var tests = { |