diff options
Diffstat (limited to 'test/jquery.js')
-rw-r--r-- | test/jquery.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/jquery.js b/test/jquery.js index 3c937d598..fd0be6759 100644 --- a/test/jquery.js +++ b/test/jquery.js @@ -54,11 +54,9 @@ // Load jQuery document.write( "<script id='jquery-js' src='" + path + src + "'><\x2Fscript>" ); - // Load tests if available - // These can be loaded async as QUnit won't start until finished + // Synchronous-only tests + // Other tests are loaded from the test page if ( typeof loadTests !== "undefined" ) { - loadTests(); - // Synchronous-only tests document.write( "<script src='" + path + "test/unit/ready.js'><\x2Fscript>"); } |