1
0
mirror of https://github.com/zadam/trilium.git synced 2025-03-01 14:22:32 +01:00
Elian Doran e393914b94
tests: Align with original repo
Apparently upstream does not run all the tests, the beforeAll() is not
even executed. On our side it was, causing a lot of errors related to
timeouts.
2024-07-15 22:24:14 +03:00

6 lines
61 B
TypeScript

describe("Notes", () => {
it("zzz", () => {
});
});