We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10aa7b commit 8ce3873Copy full SHA for 8ce3873
jest.config.js
@@ -50,6 +50,10 @@ module.exports = {
50
'eslint/lib/rules/(.*)': '<rootDir>/node_modules/eslint/lib/rules/$1',
51
'^react-native(.*)': '<rootDir>/packages/react-native$1',
52
},
53
+ modulePathIgnorePatterns: [
54
+ // [macOS] ignore packages that differ from facebook/react-native, since we publish these to verdaccio
55
+ '<rootDir>/packages/virtualized-lists/',
56
+ ],
57
collectCoverageFrom: ['packages/react-native/Libraries/**/*.js'],
58
coveragePathIgnorePatterns: [
59
'/__tests__/',
0 commit comments