From e710409134ae20879ca6b25591654f444a96533f Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sat, 1 Feb 2025 15:10:31 +0100 Subject: [PATCH] test(server/utils): remove completed TODO --- src/services/utils.spec.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/services/utils.spec.ts b/src/services/utils.spec.ts index 9198ce9c7..3451a881d 100644 --- a/src/services/utils.spec.ts +++ b/src/services/utils.spec.ts @@ -246,9 +246,6 @@ describe.todo("#quoteRegex", () => {}); describe.todo("#replaceAll", () => {}); -// TriliumNextTODO move existing formatDownloadTitle in here -// describe.todo("#formatDownloadTitle", () => {}); - describe("#removeTextFileExtension", () => { const testCases: TestCase[] = [ ["w/ 'test.md' it should strip '.md'", ["test.md"], "test"],