mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
e707ec0b1e
Two of your tests were failing because of commit
1e71df5399
I fixed them by:
1) Using jasmine's spyOn in ReactCompositeComponentError-test.js
2) Inverting the function wrapping in the above commit.
Godspeed.