mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-09 14:26:07 +00:00
Provide an exports object in the evalSandboxed context of jasmine-plugin
This commit is contained in:
@@ -27,6 +27,7 @@ exports.startup = function() {
|
||||
clearInterval: clearInterval,
|
||||
setTimeout: setTimeout,
|
||||
clearTimeout: clearTimeout,
|
||||
exports: {},
|
||||
$tw: $tw
|
||||
});
|
||||
// Prepare the Jasmine environment
|
||||
|
Reference in New Issue
Block a user