UNPKG

feature-react-navigation

Version:
8 lines (7 loc) 226 B
module.exports = { testPathIgnorePatterns: ['/node_modules/'], transformIgnorePatterns: [ '<rootDir>/node_modules/(?!react-navigation|@react-navigation)', ], collectCoverageFrom: ['src/**/*.js', '!**/spec/**'], };