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
The UI templates and component libraries lack of unit test. The only tests they get are build and type-checking, which is not enough to ensure they don't break.
Explore testing solutions for Svelte components. Ideally, make these large tests instead of unit tests, so that they don't break for no reason. Only unit test the logic.
The text was updated successfully, but these errors were encountered:
The UI templates and component libraries lack of unit test. The only tests they get are build and type-checking, which is not enough to ensure they don't break.
Explore testing solutions for Svelte components. Ideally, make these large tests instead of unit tests, so that they don't break for no reason. Only unit test the logic.
The text was updated successfully, but these errors were encountered: