From f95966d5bbf42d5b73268d29fc6f60ff74302a5c Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 14 Apr 2026 09:48:45 +0100 Subject: [PATCH] Genuflection to Eslint --- editions/test/tiddlers/tests/test-filesystem-dynamic-store.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/test/tiddlers/tests/test-filesystem-dynamic-store.js b/editions/test/tiddlers/tests/test-filesystem-dynamic-store.js index 65fcdf005..5de706c37 100644 --- a/editions/test/tiddlers/tests/test-filesystem-dynamic-store.js +++ b/editions/test/tiddlers/tests/test-filesystem-dynamic-store.js @@ -44,7 +44,7 @@ if($tw.node) { } } -describe("filesystem dynamic store", function() { + describe("filesystem dynamic store", function() { var tmpRoot, wikiTiddlers, storeDir, origDynamicStores, origFiles, originalBootPath; var adaptor, wiki;