From 90ff781f8b29cf11c3de093035893fe8d7cea85b Mon Sep 17 00:00:00 2001 From: linonetwo Date: Sat, 6 Dec 2025 02:47:02 +0800 Subject: [PATCH] Update FileSystemAdaptor.routing.test.ts --- .../__tests__/FileSystemAdaptor.routing.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/wiki/plugin/watchFileSystemAdaptor/__tests__/FileSystemAdaptor.routing.test.ts b/src/services/wiki/plugin/watchFileSystemAdaptor/__tests__/FileSystemAdaptor.routing.test.ts index cbe49df0..0654e8ca 100644 --- a/src/services/wiki/plugin/watchFileSystemAdaptor/__tests__/FileSystemAdaptor.routing.test.ts +++ b/src/services/wiki/plugin/watchFileSystemAdaptor/__tests__/FileSystemAdaptor.routing.test.ts @@ -39,7 +39,7 @@ global.$tw = { utils: mockUtils, wiki: { filterTiddlers: vi.fn(() => []), - makeTiddlerIterator: vi.fn((titles) => titles), + makeTiddlerIterator: vi.fn((titles: string[]) => titles), }, rootWidget: { makeFakeWidgetWithVariables: vi.fn(() => ({})),