module.exports = { transformIgnorePatterns: ['.test.js'], transform: { '^.+\\.ts$': 'ts-jest', }, roots: ['/tests'], testMatch: ['**/*.test.ts'], }