mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-25 22:29:25 -05:00
58eaf5eb5b
fixes typescript build for now (not even sure, why we are building the tests as well)
10 lines
281 B
TypeScript
10 lines
281 B
TypeScript
import etapi from "../support/etapi.js";
|
|
|
|
/* TriliumNextTODO: port to Vitest
|
|
etapi.describeEtapi("backup", () => {
|
|
it("create", async () => {
|
|
const response = await etapi.putEtapiContent("backup/etapi_test");
|
|
expect(response.status).toEqual(204);
|
|
});
|
|
});
|
|
*/ |