chore(test): fix imports

This commit is contained in:
Elian Doran 2025-06-19 21:30:35 +03:00
parent 5070633257
commit 9418055b69
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -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", () => {

View File

@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "./out-tsc/vitest",
"types": [
"vitest/globals",
"vitest/importMeta",
"vite/client",
"node",