Fix comment missing from previous commit 6c7c21a87b

This commit is contained in:
jeremy@jermolene.com 2023-07-06 12:01:39 +01:00
parent 6c7c21a87b
commit 6954fbee51
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ exports.runTests = function(callback,specFilter) {
if($tw.browser) {
window.jasmineRequire = jasmineCore;
$tw.modules.execute("$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/jasmine-html.js");
// Prevent jasmine-core/boot.js from installing its own onload handler. We'll execute it explicitly when everything is ready
var previousOnloadHandler = window.onload;
window.onload = function() {};
$tw.modules.execute("$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/boot.js");