mirror of
https://github.com/status-im/react-native.git
synced 2025-02-28 17:10:50 +00:00
Summary: This PR adds a few unit tests to two devsupport classes, repectively - JSDebuggerWebSocketClient and - JSPackagerWebSocketClient Unit tests do not cover all methods / branches of the code. I solely focused on testing things having to do with JSON serialization as I am considering some quick refactoring to get rid of Jackson. Just prepping safety net with these few tests before starting. Closes https://github.com/facebook/react-native/pull/10516 Differential Revision: D4067433 Pulled By: bestander fbshipit-source-id: 97dc356c5eca5965914be074a7175cb48f038c4c
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.