1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-17 23:34:50 +00:00

Fix test execution

This commit is contained in:
jeremy@jermolene.com 2022-04-26 12:32:34 +01:00
parent 21b10a225f
commit 54b48876f7

View File

@ -12,7 +12,7 @@ The main module of the Jasmine test plugin for TiddlyWiki5
/*global $tw: true */ /*global $tw: true */
"use strict"; "use strict";
var TEST_TIDDLER_FILTER = "[type[application/javascript]tag[$:/tags/test-spec]]"; var TEST_TIDDLER_FILTER = "[all[tiddlers+shadows]type[application/javascript]tag[$:/tags/test-spec]]";
exports.name = "jasmine"; exports.name = "jasmine";
// Ensure this startup module is executed in the right order. // Ensure this startup module is executed in the right order.