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
@@ -1,12 +1,6 @@
module.exports = {
transform: {
"^.+\\.[jt]s?$": [
"ts-jest",
{
tsconfig: "tsconfig.json",
isolatedModules: true,
},
],
"^.+\\.[jt]s$": ["@swc/jest"],
},
testEnvironment: `node`,
moduleFileExtensions: [`js`, `ts`],