chore: upgrade jest everywhere (#7703)

This commit is contained in:
Riqwan Thamir
2024-06-14 07:35:30 +02:00
committed by GitHub
parent f138339cbc
commit 3d33f06e77
67 changed files with 364 additions and 2942 deletions

View File

@@ -1,13 +1,5 @@
module.exports = {
globals: {
"ts-jest": {
tsconfig: "tsconfig.spec.json",
isolatedModules: false,
},
},
transform: {
"^.+\\.[jt]s?$": "ts-jest",
},
transform: { "^.+\\.[jt]s$": ["@swc/jest"] },
testEnvironment: `node`,
moduleFileExtensions: [`js`, `jsx`, `ts`, `tsx`, `json`],
}