module.exports = { roots: [ '/test', ], transform: { '^.+\\.ts$': 'ts-jest', }, cacheDirectory: '/.jest-cache', };