mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
e575e22925
Jest caches based on the hash of the babel config. This caused us to not break that cache when the we made changes to the plugin. Fixes #643