mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
dbdeb078ce
It's possible to configure Jest to not dump the module cache between specs. This makes it tricky when we silence warnings one a 2nd call. In this case, the same message was getting logged so when we expected the count of warning calls to increment, it didn't.