Permalink
Browse files
Core: Remove repeated test
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
test/unit/core.js
|
@@ -509,7 +509,6 @@ test( "isNumeric", function() { |
|
|
equal( t( [ 42 ] ), false, "Array with one number" ); |
|
|
equal( t(function(){} ), false, "Instance of a function"); |
|
|
equal( t( new Date() ), false, "Instance of a Date"); |
|
|
equal( t(function(){} ), false, "Instance of a function"); |
|
|
}); |
|
|
|
|
|
test("isXMLDoc - HTML", function() { |
|
|
0 comments on commit
69d4a48