-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix(mock): expose callback functions #13744
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(mock): expose callback functions #13744
Conversation
Package Changes Through c688bcbThere are 2 changes which include @tauri-apps/api with patch, tauri-cli with patch 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 |
|
I'm not entirely sure if this is the way to do it to be honest, technically the internals should not be used directly, we should probably implement something that handles (mocks) channels and event listeners |
* fix(mock): expose callback functions * Add change file * Bumped the wrong package * Fix end quote in comment
Expose
unregisterCallback,runCallback,callbacksinmockIPCCloses #13741