Skip to content

Commit

Permalink
Core: Remove repeated test
Browse files Browse the repository at this point in the history
  • Loading branch information
poppinlp authored and mgol committed May 2, 2014
1 parent 2f46ac8 commit 69d4a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 69d4a48

Please sign in to comment.