Skip to content

Commit

Permalink
whitespace in test suite runner
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Jun 27, 2011
1 parent 37f533f commit 132e6e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/unit/runner.js
Expand Up @@ -35,16 +35,16 @@
if( result ){
ok( result === "qunit-pass" );

// prevent the next interval of the check function and the test timeout
// prevent the next interval of the check function and the test timeout
clearTimeout( checkTimer );
clearTimeout( testTimer );
clearTimeout( testTimer );
start();
}
};

expect( 1 );

// set the test suite page on the iframe
// set the test suite page on the iframe
updateFrame( dir );
});
});
Expand Down

0 comments on commit 132e6e5

Please sign in to comment.