test(server): solve some local timeouts

This commit is contained in:
Elian Doran 2025-12-06 19:08:19 +02:00
parent 2a6b91dd04
commit d30d207ab5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -112,4 +112,4 @@ describe("processNoteContent", () => {
title: "New note"
});
});
});
}, 60_000);

View File

@ -83,7 +83,7 @@ describe("processNoteContent", () => {
const content = attachment.getContent();
expect(content).toStrictEqual(`{"view":{"center":{"lat":49.19598332223546,"lng":-2.1414576506668808},"zoom":12}}`);
});
});
}, 60_000);
function getNoteByTitlePath(parentNote: BNote, ...titlePath: string[]) {
let cursor = parentNote;