module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['/tests/integration/**/*.test.ts'], setupFiles: ['/tests/integration/setup/env.setup.ts'], globalSetup: '/tests/integration/setup/globalSetup.ts', testTimeout: 20000 };