mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
test(etapi): mark as TODO for now
fixes typescript build for now (not even sure, why we are building the tests as well)
This commit is contained in:
@@ -3,6 +3,7 @@ import fs from "fs";
|
||||
import path from "path";
|
||||
import { fileURLToPath } from "url";
|
||||
|
||||
/* TriliumNextTODO: port to Vitest
|
||||
etapi.describeEtapi("import", () => {
|
||||
// temporarily skip this test since test-export.zip is missing
|
||||
xit("import", async () => {
|
||||
@@ -22,3 +23,4 @@ etapi.describeEtapi("import", () => {
|
||||
expect(content).toContain("test export content");
|
||||
});
|
||||
});
|
||||
*/
|
||||
Reference in New Issue
Block a user