diff --git a/leptos/tests/ssr.rs b/leptos/tests/ssr.rs index 32a116a9b7..c6729f0bbc 100644 --- a/leptos/tests/ssr.rs +++ b/leptos/tests/ssr.rs @@ -206,3 +206,5 @@ fn ssr_option() { runtime.dispose(); } + +// TODO: simulate change to trigger ci examples