1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

Test plugin should run tests in shadow tiddlers

Missed off #6961, preventing the tests introduced there from running
This commit is contained in:
jeremy@jermolene.com 2022-10-01 10:03:50 +01:00
parent 1df4c29d73
commit 8d1e6b5d23

View File

@ -12,7 +12,7 @@ The main module of the Jasmine test plugin for TiddlyWiki5
/*global $tw: true */
"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";
// Ensure this startup module is executed in the right order.