Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Sep 29, 2024
1 parent 8e890e6 commit 84c32a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const baseConfig: Config = {
testEnvironment: "node",
prettierPath: "prettier",
transform: {
"^.+\\.(ts|tsx|js|jsx)$": ["ts-jest", { tsconfig: "tsconfig.json", useESM: true }],
"^.+\\.(ts|tsx|js|jsx)$": ["ts-jest", { tsconfig: "tsconfig.json", useESM: true, babelConfig: {
plugins: ["@babel/plugin-syntax-import-attributes"],
} }],
},
maxWorkers: 200,
testMatch: ["**/test/**/*Test.ts"],
Expand Down

0 comments on commit 84c32a3

Please sign in to comment.