fix translations; fix tests

This commit is contained in:
Aine
2025-01-27 13:09:37 +02:00
parent e2fba4bbdd
commit 0eb3b77bc5
6 changed files with 17 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import type { JestConfigWithTsJest } from "ts-jest";
const config: JestConfigWithTsJest = {
preset: "ts-jest",
testEnvironment: "jsdom",
testEnvironment: "jest-fixed-jsdom",
collectCoverage: true,
coveragePathIgnorePatterns: ["node_modules", "dist"],
coverageDirectory: "<rootDir>/coverage/",