-
Notifications
You must be signed in to change notification settings - Fork 24.7k
RN: Flowify packages/react-native/jest
#51652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@yungsters has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Adds `flow` (or `noflow`) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic logic). This will help improve type safety when making changes both in these files as well as files that these depend on. ## Changelog: [Internal] Test Plan: Ran Flow and Jest tests successfully: ``` $ yarn flow $ yarn test ``` Differential Revision: D75488160 Pulled By: yungsters
This pull request was exported from Phabricator. Differential Revision: D75488160 |
Summary: Adds `flow` (or `noflow`) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic logic). This will help improve type safety when making changes both in these files as well as files that these depend on. ## Changelog: [Internal] Test Plan: Ran Flow and Jest tests successfully: ``` $ yarn flow $ yarn test ``` Differential Revision: D75488160 Pulled By: yungsters
This pull request was exported from Phabricator. Differential Revision: D75488160 |
Summary: Adds `flow` (or `noflow`) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic logic). This will help improve type safety when making changes both in these files as well as files that these depend on. ## Changelog: [Internal] Test Plan: Ran Flow and Jest tests successfully: ``` $ yarn flow $ yarn test ``` Ran a Jest unit test internally to make sure they work with our internal environment setup: ``` $ cd ~/fbsource $ js1 test /View-test.js ``` Reviewed By: javache Differential Revision: D75488160 Pulled By: yungsters
This pull request was exported from Phabricator. Differential Revision: D75488160 |
This pull request was successfully merged by @yungsters in a4c2007 When will my fix make it into a release? | How to file a pick request? |
@yungsters merged this pull request in a4c2007. |
Summary:
Adds
@flow
(or@noflow
) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic logic).This will help improve type safety when making changes both in these files as well as files that these depend on.
Changelog:
[Internal]
Test Plan:
Ran Flow and Jest tests successfully: