mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-02 22:55:19 +08:00
Summary: @public Jest has an issue where if you export `Symbol` it crashes badly. Since event-target-shim does that, it breaks everything. Mocking that module fixes the issue until @cpojer comes back from vacation and fixes the bug in Jest itself. Reviewed By: @jingc Differential Revision: D2503562