mirror of
https://github.com/facebook/react-native.git
synced 2024-11-21 12:39:27 +00:00
fix[virtualized-lists]: do not ship tests in npm package (#36143)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36143 Changelog: [Internal] Currently, some `__tests__` are included in `react-native/virtualized-lists`, added them to ignore list, so that we will remove it in the next publish Reviewed By: christophpurrer Differential Revision: D43159337 fbshipit-source-id: 27ed0adf85387a2e8ac902da57888f0b188b0b91
This commit is contained in:
parent
6ac88a4378
commit
31ac1f8aec
1
packages/virtualized-lists/.npmignore
Normal file
1
packages/virtualized-lists/.npmignore
Normal file
@ -0,0 +1 @@
|
||||
__tests__
|
Loading…
Reference in New Issue
Block a user