mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
test(server): solve some local timeouts
This commit is contained in:
parent
2a6b91dd04
commit
d30d207ab5
@ -112,4 +112,4 @@ describe("processNoteContent", () => {
|
||||
title: "New note"
|
||||
});
|
||||
});
|
||||
});
|
||||
}, 60_000);
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user