mirror of https://github.com/TriliumNext/Notes
chore(test): adjust timeout
parent
a7f4bcda8f
commit
68631150af
@ -1,14 +0,0 @@
|
||||
import { beforeAll, describe, expect, it } from "vitest";
|
||||
import supertest from "supertest";
|
||||
import type { Application } from "express";
|
||||
import dayjs from "dayjs";
|
||||
let app: Application;
|
||||
|
||||
describe("Session parser", () => {
|
||||
|
||||
beforeAll(async () => {
|
||||
const buildApp = (await import("../app.js")).default;
|
||||
app = await buildApp();
|
||||
});
|
||||
|
||||
});
|
||||
Loading…
Reference in New Issue