mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 08:09:55 +01:00
more tests
This commit is contained in:
12
spec/etapi/app_info.js
Normal file
12
spec/etapi/app_info.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const {
|
||||
describeEtapi, postEtapi,
|
||||
putEtapiContent
|
||||
} = require("../support/etapi");
|
||||
const {getEtapi} = require("../support/etapi.js");
|
||||
|
||||
describeEtapi("app_info", () => {
|
||||
it("get", async () => {
|
||||
const appInfo = await getEtapi("app-info");
|
||||
expect(appInfo.clipperProtocolVersion).toEqual("1.0");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user