module.exports = { roots: ['/test'], transform: { '^.+\\.tsx?$': 'ts-jest', }, testEnvironment: 'node', };