mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Changelog: [Internal] 1. Replace ASSERT_* with EXPECT_*. Assert is a fatal assertion. Expect is non-fatal assertion. So if assert fails, tests do not continue and therefore provide less information. 2. Rename tests in `RawPropsTest.cpp` from `ShadowNodeTest` to `RawPropsTest`. Source: https://github.com/google/googletest/blob/master/googletest/docs/primer.md#basic-assertions Reviewed By: shergin Differential Revision: D19464967 fbshipit-source-id: add83751ebdb0a12fbf8f70b851747aa5624366a