-
Couldn't load subscription status.
- Fork 113
fix: add missed optional prop for emmited function #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add missed optional prop for emmited function #276
Conversation
Codecov Report
@@ Coverage Diff @@ ## main #276 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 78 78 Branches 28 27 -1 ========================================= Hits 78 78
Continue to review full report at Codecov.
|
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.
nice catch, thanks!
Vue test utils allow to pass event name into
emitted()to receive array of callsemitted().foocan be written asemitted('foo')You can see it here