Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence console.error in ReactDOMInput-test
This test is expected to throw but because of ReactErrorUtils.guard which uses console.error in __DEV__ it also logged the invariant error to the console. This change fixes it by temporarily stubbing out console.error. Fixes facebook#531
- Loading branch information