Skip to content

Commit 8ce3873

Browse files
author
Adam Gleitman
committed
For our jest tests, ignore packages that we also publish to verdaccio
1 parent b10aa7b commit 8ce3873

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ module.exports = {
5050
'eslint/lib/rules/(.*)': '<rootDir>/node_modules/eslint/lib/rules/$1',
5151
'^react-native(.*)': '<rootDir>/packages/react-native$1',
5252
},
53+
modulePathIgnorePatterns: [
54+
// [macOS] ignore packages that differ from facebook/react-native, since we publish these to verdaccio
55+
'<rootDir>/packages/virtualized-lists/',
56+
],
5357
collectCoverageFrom: ['packages/react-native/Libraries/**/*.js'],
5458
coveragePathIgnorePatterns: [
5559
'/__tests__/',

0 commit comments

Comments
 (0)