mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#305: fix the rest of linting warnings
This commit is contained in:
@@ -38,6 +38,7 @@ describe('<PopupStack />', () => {
|
||||
popups: [
|
||||
{
|
||||
Popup: (props = {}) => {
|
||||
// eslint-disable-next-line
|
||||
expect(props.onClose, 'to be a', 'function');
|
||||
|
||||
return <DummyPopup {...expectedProps} />;
|
||||
|
Reference in New Issue
Block a user