chore(test): fix imports

This commit is contained in:
Elian Doran
2025-06-19 21:30:35 +03:00
parent 5070633257
commit 9418055b69
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", () => {