mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-27 05:03:13 +00:00
Merge branch 'master' into intrinsic-sub-plugins
This commit is contained in:
commit
ee90ad2fa6
@ -30,6 +30,13 @@ describe("Wiki-based tests", function() {
|
||||
wiki.addTiddler(coreTiddler);
|
||||
}
|
||||
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
|
||||
if(!wiki.tiddlerExists("Output")) {
|
||||
throw "Missing 'Output' tiddler";
|
||||
|
Loading…
x
Reference in New Issue
Block a user