test(etapi): port get-inherited-attribute-cloned

This commit is contained in:
Elian Doran
2025-06-03 18:38:15 +03:00
parent 9d24ed902c
commit 3ec29b2e21
3 changed files with 99 additions and 118 deletions

View File

@@ -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;