#305: fix the rest of linting warnings

This commit is contained in:
SleepWalker
2017-08-22 21:57:35 +03:00
parent 70dd7dcbfb
commit 506b2db6ce
9 changed files with 32 additions and 15 deletions

View File

@@ -38,6 +38,7 @@ describe('<PopupStack />', () => {
popups: [
{
Popup: (props = {}) => {
// eslint-disable-next-line
expect(props.onClose, 'to be a', 'function');
return <DummyPopup {...expectedProps} />;