mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
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.
This commit is contained in:
8
spec/etapi/app_info.ts
Normal file
8
spec/etapi/app_info.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import etapi = require("../support/etapi");
|
||||
|
||||
etapi.describeEtapi("app_info", () => {
|
||||
it("get", async () => {
|
||||
const appInfo = await etapi.getEtapi("app-info");
|
||||
expect(appInfo.clipperProtocolVersion).toEqual("1.0");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user