use dioxus::core::Mutation::*; use dioxus::prelude::*; use std::future::IntoFuture; use std::rc::Rc; use std::time::Duration; #[tokio::test] async fn it_works() { // wait just a moment, not enough time for the boundary to resolve let mut dom = VirtualDom::new(app); _ = dom.rebuild(); dom.wait_for_suspense().await; let out = dioxus_ssr::pre_render(&dom); assert_eq!(out, "