diff --git a/jest.config.js b/jest.config.js index 681e35b..62fa502 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,12 +1,11 @@ /** @type {import('jest').Config} */ const config = { preset: 'ts-jest', - rootDir: 'tests/', transform: { - "^.+\\.ts?$": [ - "ts-jest", + '^.+\\.ts?$': [ + 'ts-jest', { - tsconfig: "tsconfig.jest.json", + tsconfig: 'tsconfig.jest.json', }, ], },