1module.exports = { 2 preset: 'ts-jest', 3 testEnvironment: 'node', 4 testRegex: '(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$', 5}; 6