1 2 3 4 5 6
module.exports = { roots: ['<rootDir>/tests'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, }