test(server/utils): remove completed TODO

This commit is contained in:
Panagiotis Papadopoulos 2025-02-01 15:10:31 +01:00
parent 08c32da0d2
commit e710409134

View File

@ -246,9 +246,6 @@ describe.todo("#quoteRegex", () => {});
describe.todo("#replaceAll", () => {});
// TriliumNextTODO move existing formatDownloadTitle in here
// describe.todo("#formatDownloadTitle", () => {});
describe("#removeTextFileExtension", () => {
const testCases: TestCase<typeof utils.removeTextFileExtension>[] = [
["w/ 'test.md' it should strip '.md'", ["test.md"], "test"],