1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-27 21:23:14 +00:00

Merge branch 'master' into intrinsic-sub-plugins

This commit is contained in:
Jeremy Ruston 2025-02-18 21:15:39 +00:00
commit ee90ad2fa6

View File

@ -30,6 +30,13 @@ describe("Wiki-based tests", function() {
wiki.addTiddler(coreTiddler); wiki.addTiddler(coreTiddler);
} }
wiki.addTiddlers(readMultipleTiddlersTiddler(title)); wiki.addTiddlers(readMultipleTiddlersTiddler(title));
// Unpack plugin tiddlers
wiki.readPluginInfo();
wiki.registerPluginTiddlers("plugin");
wiki.unpackPluginTiddlers();
wiki.addIndexersToWiki();
// Clear changes queue
wiki.clearTiddlerEventQueue();
// Complain if we don't have the ouput and expected results // Complain if we don't have the ouput and expected results
if(!wiki.tiddlerExists("Output")) { if(!wiki.tiddlerExists("Output")) {
throw "Missing 'Output' tiddler"; throw "Missing 'Output' tiddler";