Replies: 1 comment 5 replies
-
|
Can you maybe share tests::test_tauri as well? (Your actual test that uses the code you showed) Also for completeness sake the output of the tauri info command would be appreciated:) |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to test my command handler. If I register state within setup method, I get panic:
It will work only if I call
managemethod directly on builder. But actually I want to usetauri_plugin_store::Store, and it requires to be built within setup method, it wants app to be available. Tauri docs says I can use setup to manage state:Please help, what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions