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