mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 14:01:38 -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"
|
title: "New note"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
}, 60_000);
|
||||||
|
|||||||
@ -83,7 +83,7 @@ describe("processNoteContent", () => {
|
|||||||
const content = attachment.getContent();
|
const content = attachment.getContent();
|
||||||
expect(content).toStrictEqual(`{"view":{"center":{"lat":49.19598332223546,"lng":-2.1414576506668808},"zoom":12}}`);
|
expect(content).toStrictEqual(`{"view":{"center":{"lat":49.19598332223546,"lng":-2.1414576506668808},"zoom":12}}`);
|
||||||
});
|
});
|
||||||
});
|
}, 60_000);
|
||||||
|
|
||||||
function getNoteByTitlePath(parentNote: BNote, ...titlePath: string[]) {
|
function getNoteByTitlePath(parentNote: BNote, ...titlePath: string[]) {
|
||||||
let cursor = parentNote;
|
let cursor = parentNote;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user