UNPKG

react-line-awesome-svg

Version:
16 lines (15 loc) 497 B
module.exports = { roots: ['<rootDir>/src'], preset: 'ts-jest', transform: { '^.+\\.tsx?$': 'babel-jest', }, testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], transformIgnorePatterns: ['/node_modules/'], unmockedModulePathPatterns: [ '<rootDir>/node_modules/react', '<rootDir>/node_modules/react-dom', '<rootDir>/node_modules/react-addons-test-utils', ] }