diff --git a/jest.integration.config.mjs b/jest.integration.config.mjs index dc9523c7..9d379741 100644 --- a/jest.integration.config.mjs +++ b/jest.integration.config.mjs @@ -1,7 +1,7 @@ export default { preset: 'ts-jest', // TODO: this should be using globalSetup once this is resolved: https://github.com/kulshekhar/ts-jest/issues/4127 - globalSetup: './tests/integration/jest.setup.ts', + setupFiles: ['./tests/integration/jest.setup.ts'], globalTeardown: './tests/integration/jest.teardown.ts', clearMocks: true, moduleFileExtensions: ['ts', 'js', 'mjs'],