Files
cypress/npm/react/jest.config.js
T
2020-10-01 13:54:22 +03:00

12 lines
242 B
JavaScript

module.exports = {
preset: 'ts-jest',
testRegex: '(\\.|/)test\\.[jt]s$',
testEnvironment: 'node',
testPathIgnorePatterns: ['node_modules', 'examples'],
globals: {
'ts-jest': {
tsConfig: 'tsconfig.test.json',
},
},
}