aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/support.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/support.js b/test/unit/support.js
index 05ac16ac5..57378a021 100644
--- a/test/unit/support.js
+++ b/test/unit/support.js
@@ -247,8 +247,7 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c
if ( expected ) {
test("Verify that the support tests resolve as expected per browser", function() {
-
- expect( 30 );
+ expect( 30 );
for ( var i in expected ) {
if ( jQuery.ajax || i !== "ajax" && i !== "cors" ) {