-
Notifications
You must be signed in to change notification settings - Fork 75
Update [email protected] and [email protected] #209
Conversation
I think we have this Yarn bug on the App Veyor image : yarnpkg/yarn#3313 |
Not related to the bug you linked. I reinstalled the same yarn version as AppVeyor and running |
}); | ||
}); | ||
|
||
describe('collapsible link', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we remove those unit tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test was meant to be sure that fixCloseOnClick
won't close the menu on mobile when clicking on a item that should collapse (not a page link)
✔️ Ready to be reviewed/merged
Fixes #160, #207