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:
parent
515f10bd8b
commit
78c3d5943a
6 changed files with 52 additions and 19 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue