-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(mock): add mock for listen and emit #13783
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
feat(mock): add mock for listen and emit #13783
Conversation
* feat(mock): add mock for listen and emit
9ea7f68 to
2cfaeb1
Compare
Package Changes Through 1b118e9There are 6 changes which include @tauri-apps/cli with patch, tauri-cli with minor, @tauri-apps/api with minor, tauri-bundler with patch, tauri with minor, tauri-utils with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Legend-Master
left a comment
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.
Thanks! Just some small nitpicks
Legend-Master
left a comment
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.
Thanks!
created from #13753
Allow events emitted with
emitto be handled correctly bylistencallbacks when in a mocked environment.Sibling PR here for a documentation update