mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
more tests
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
const {describeEtapi, postEtapi, getEtapi, getEtapiContent, patchEtapi, putEtapi, putEtapiContent} = require("../support/etapi");
|
||||
const crypto = require('crypto');
|
||||
const {deleteEtapi, getEtapiResponse} = require("../support/etapi.js");
|
||||
const {
|
||||
deleteEtapi,
|
||||
getEtapiResponse,
|
||||
describeEtapi, postEtapi,
|
||||
getEtapi,
|
||||
getEtapiContent,
|
||||
patchEtapi, putEtapi,
|
||||
putEtapiContent
|
||||
} = require("../support/etapi");
|
||||
|
||||
describeEtapi("notes", () => {
|
||||
it("create", async () => {
|
||||
|
||||
Reference in New Issue
Block a user