module.exports = { clearMocks: true, moduleFileExtensions: ['js', 'ts'], roots: ['/packages'], testEnvironment: 'node', testMatch: ['**/__tests__/*.test.ts'], transform: { '^.+\\.ts$': 'ts-jest' }, verbose: true }