diff --git a/tests/unit/runner.js b/tests/unit/runner.js index b2c7382a..f3895bee 100644 --- a/tests/unit/runner.js +++ b/tests/unit/runner.js @@ -33,7 +33,7 @@ // if we have a result check it, otherwise check back shortly if( result ){ - ok( result == "qunit-pass" ); + ok( result === "qunit-pass" ); // prevent the next interval of the check function and the test timeout clearTimeout( checkTimer );