From 9418055b6999440f0f9ba8fa8a40b6e4843361d8 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 19 Jun 2025 21:30:35 +0300 Subject: [PATCH] chore(test): fix imports --- apps/client/src/services/i18n.spec.ts | 1 + apps/client/tsconfig.spec.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/services/i18n.spec.ts b/apps/client/src/services/i18n.spec.ts index 9143097be..e64605949 100644 --- a/apps/client/src/services/i18n.spec.ts +++ b/apps/client/src/services/i18n.spec.ts @@ -1,6 +1,7 @@ import { LOCALES } from "@triliumnext/commons"; import { readFileSync } from "fs"; import { join } from "path"; +import { describe, expect, it } from "vitest"; describe("i18n", () => { it("translations are valid JSON", () => { diff --git a/apps/client/tsconfig.spec.json b/apps/client/tsconfig.spec.json index 164775969..dedbb0293 100644 --- a/apps/client/tsconfig.spec.json +++ b/apps/client/tsconfig.spec.json @@ -3,7 +3,6 @@ "compilerOptions": { "outDir": "./out-tsc/vitest", "types": [ - "vitest/globals", "vitest/importMeta", "vite/client", "node",