test contracts

This commit is contained in:
2026-02-26 19:40:00 +03:00
parent 626449604f
commit 2b8e20981e
35 changed files with 1811 additions and 759 deletions

View File

@@ -8,6 +8,17 @@
*
* @UX_STATE: Loading -> Shows loading indicator
* @UX_FEEDBACK: Redirects to /dashboards
*
* @TEST_CONTRACT Page_Home ->
* {
* required_props: {},
* optional_props: {},
* invariants: [
* "Redirects to /dashboards on mount"
* ]
* }
* @TEST_FIXTURE init_state -> {}
* @TEST_INVARIANT correct_redirect -> verifies: [init_state]
*/
import { onMount } from "svelte";