diff --git a/jest.config.js b/jest.config.js index a47eb23..7fd613d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,7 +2,7 @@ module.exports = { preset: 'ts-jest', transform: { - '^.+\\.(j|t)s?$': ['ts-jest', {tsconfig: '/test/tsconfig.json'}], + '^.+\\.(j|t)s?$': ['ts-jest', {tsconfig: '/tsconfig.json'}], }, transformIgnorePatterns: [], testEnvironment: 'jsdom',