diff --git a/jest.config.js b/jest.config.js index 20879ca43..022dfb171 100644 --- a/jest.config.js +++ b/jest.config.js @@ -15,6 +15,7 @@ module.exports = { collectCoverageFrom: ['app/**/*.{js,jsx,ts,tsx}'], coverageReporters: ['lcov', 'text-summary'], testPathIgnorePatterns: ['/node_modules/'], + coveragePathIgnorePatterns: ['/node_modules/', '/components/', '/screens/'], transformIgnorePatterns: [ 'node_modules/(?!' + '(@react-native|react-native)|' +