From 394633425253d4b680c93814f111359807f2c329 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 5 Jan 2023 20:46:24 +0200 Subject: chore(deps): upgrade typescript, jest, eslint also upgrade related dependencies: ts-node, ts-jest --- jest.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index e972c2d..0170761 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,9 +1,10 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', - globals: { - 'ts-jest': { - tsConfig: 'tsconfig.spec.json', - }, + transform: { + '^.+\\.tsx?$': [ + 'ts-jest', + { tsconfig: './tsconfig.spec.json' }, + ], }, }; -- cgit v1.2.3