Fix a load of warnings in the tests

Stub things out to make the tests not throw warnings, so we can see the actual
problems.
This commit is contained in:
Richard van der Hoff 2016-10-10 17:51:26 +01:00
parent 515f10bd8b
commit 78c3d5943a
6 changed files with 52 additions and 19 deletions

View file

@ -760,5 +760,5 @@ MessageComposerInput.propTypes = {
// attempts to confirm currently selected completion, returns whether actually confirmed
tryComplete: React.PropTypes.func,
onInputStateChanged: React.PropTypes.func.isRequired,
onInputStateChanged: React.PropTypes.func,
};