/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}], }, testTimeout: 30000, // Set default timeout to 30 seconds };