module.exports = { preset: 'ts-jest', testRegex: 'src/.*/*.spec.tsx?$', testEnvironment: 'node', };