Plugin tests should only apply to core plugins

Hi @pmario could you kindly try this?

Fixes #8207
This commit is contained in:
Jeremy Ruston
2024-05-23 16:28:08 +01:00
parent fc0de10cd1
commit f9df4f0741
2 changed files with 8 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ if($tw.node) {
describe("Plugin tests", function() {
// Get all the plugins as a hashmap by title of a JSON string with the plugin content
var tiddlers = $tw.utils.getAllPlugins();
var tiddlers = $tw.utils.getAllPlugins({ignoreEnvironmentVariables: true});
// console.log(JSON.stringify(Object.keys(tiddlers),null,4));
describe("every plugin should have the required standard fields", function() {
var titles = Object.keys(tiddlers);