woops
This commit is contained in:
parent
f6b35d05e7
commit
2332d6bc80
1 changed files with 0 additions and 2 deletions
|
@ -179,12 +179,10 @@ mod tests {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
server_context().insert(SiteServiceProvider::with(mock_service));
|
server_context().insert(SiteServiceProvider::with(mock_service));
|
||||||
|
|
||||||
app.rebuild_in_place();
|
app.rebuild_in_place();
|
||||||
let elem_str = dioxus::ssr::render(&app);
|
let elem_str = dioxus::ssr::render(&app);
|
||||||
println!("elem_str: {elem_str}");
|
|
||||||
assert!(elem_str.contains("Hello, world!"));
|
assert!(elem_str.contains("Hello, world!"));
|
||||||
assert!(elem_str.contains("Something else!"));
|
assert!(elem_str.contains("Something else!"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue