mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-05 20:51:33 +08:00
test(server/utils): remove completed TODO
This commit is contained in:
parent
08c32da0d2
commit
e710409134
@ -246,9 +246,6 @@ describe.todo("#quoteRegex", () => {});
|
|||||||
|
|
||||||
describe.todo("#replaceAll", () => {});
|
describe.todo("#replaceAll", () => {});
|
||||||
|
|
||||||
// TriliumNextTODO move existing formatDownloadTitle in here
|
|
||||||
// describe.todo("#formatDownloadTitle", () => {});
|
|
||||||
|
|
||||||
describe("#removeTextFileExtension", () => {
|
describe("#removeTextFileExtension", () => {
|
||||||
const testCases: TestCase<typeof utils.removeTextFileExtension>[] = [
|
const testCases: TestCase<typeof utils.removeTextFileExtension>[] = [
|
||||||
["w/ 'test.md' it should strip '.md'", ["test.md"], "test"],
|
["w/ 'test.md' it should strip '.md'", ["test.md"], "test"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user