export default { testMatch: ['**/test_lambda/**/*.+(ts|tsx|js)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, }