diff --git a/jest.config.js b/jest.config.js index d8bfa254..11e2c096 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,7 @@ module.exports = { globals: { 'ts-jest': { - tsConfigFile: 'tsconfig.json' + tsConfig: 'tsconfig.json' } }, moduleFileExtensions: [ @@ -15,4 +15,4 @@ module.exports = { '**/test/**/*.test.(ts|js)' ], testEnvironment: 'node' -}; \ No newline at end of file +};