You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of tests do you expect? create-tauri-app so far has been trying to stay minimal as possible especially since there is a lot of frameworks but I am open to the idea if seems reasonable or maybe add behind --tests flag.
I am using Leptos as my frontend framework and appreciate the concept. However, to add tests in the template, we need to create two different cases: one for the Rust function and another for the WASM component logic test. Both cases are well defined in the Leptos book. Including them in the template could increase the chances of future breaking changes. If users want to use Leptos, they should read the book and implement their tests. I found this approach to be fairly simple and more aligned with Leptos than Tauri. Other template cases may vary.
I meant the basic tests setup respectfully to backend and front-end flavors. One test method per backend and one per frontend. Just as an example or starting point. No more...
No description provided.
The text was updated successfully, but these errors were encountered: