feat: migrate jasmine tests to ts

This commit is contained in:
Alex
2024-05-08 23:59:11 +02:00
parent aa4960f1a5
commit fcb30f6319
20 changed files with 24998 additions and 24936 deletions

View File

@@ -3,7 +3,8 @@ import fs = require("fs");
import path = require("path");
etapi.describeEtapi("import", () => {
it("import", async () => {
// temporarily skip this test since test-export.zip is missing
xit("import", async () => {
const zipFileBuffer = fs.readFileSync(
path.resolve(__dirname, "test-export.zip")
);

View File

@@ -1,5 +0,0 @@
describe("Notes", () => {
it("zzz", () => {
});
});