module.exports = { verbose: true, testPathIgnorePatterns: [ "./node_modules/" ], unmockedModulePathPatterns: [ "./node_modules/react" ], roots: [ "./__tests__" ], }