Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9418055

Browse files
committed
chore(test): fix imports
1 parent 5070633 commit 9418055

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apps/client/src/services/i18n.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { LOCALES } from "@triliumnext/commons";
22
import { readFileSync } from "fs";
33
import { join } from "path";
4+
import { describe, expect, it } from "vitest";
45

56
describe("i18n", () => {
67
it("translations are valid JSON", () => {

apps/client/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"outDir": "./out-tsc/vitest",
55
"types": [
6-
"vitest/globals",
76
"vitest/importMeta",
87
"vite/client",
98
"node",

0 commit comments

Comments
 (0)