mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
test(etapi): port get-inherited-attribute-cloned
This commit is contained in:
@@ -7,10 +7,9 @@ import config from "../../src/services/config.js";
|
||||
let app: Application;
|
||||
let token: string;
|
||||
|
||||
const USER = "etapi";
|
||||
let parentNoteId: string;
|
||||
|
||||
describe("etapi/patch-note", () => {
|
||||
describe("etapi/get-inherited-attribute", () => {
|
||||
beforeAll(async () => {
|
||||
config.General.noAuthentication = false;
|
||||
const buildApp = (await (import("../../src/app.js"))).default;
|
||||
|
||||
Reference in New Issue
Block a user