module.exports = { roots: ['/tests'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, }