module.exports = { verbose: true, testTimeout: 60000, transform: { '^.+\\.tsx?$': 'ts-jest', }, testRegex: '(/__tests__/.*\\.(test|spec))\\.tsx?$', testPathIgnorePatterns: ['/node_modules/', '/dist/', '/demo/'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], };