diff --git a/jest.config.js b/jest.config.js index 2cc4236..4dc07d3 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,14 +4,14 @@ module.exports = { testEnvironment: "node", testMatch: ["/tests/**/*_test.ts"], collectCoverage: false, - globals: { - "ts-jest": { - tsConfig: { + transform: { + "^.+\\.tsx?$": ["ts-jest", { + tsconfig: { sourceMap: true, inlineSourceMap: true, allowJs: true, } - }, + }] }, modulePathIgnorePatterns: [ "/.dist",