From 8d1e6b5d23bc2342d4de9e6657cc0073e3d01856 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sat, 1 Oct 2022 10:03:50 +0100 Subject: [PATCH] Test plugin should run tests in shadow tiddlers Missed off #6961, preventing the tests introduced there from running --- plugins/tiddlywiki/jasmine/jasmine-plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/jasmine/jasmine-plugin.js b/plugins/tiddlywiki/jasmine/jasmine-plugin.js index f508b8f03..3377ebfbd 100644 --- a/plugins/tiddlywiki/jasmine/jasmine-plugin.js +++ b/plugins/tiddlywiki/jasmine/jasmine-plugin.js @@ -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.