mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
🔧 Fix: Correct function name in lazy-loading real_tests.rs
- Fixed test_lazy-loading_renders to test_lazy_loading_renders - Hyphens are not valid in Rust function names - Resolves compilation error for v0.9.0 release
This commit is contained in:
@@ -7,7 +7,7 @@ mod real_tests {
|
|||||||
wasm_bindgen_test_configure!(run_in_browser);
|
wasm_bindgen_test_configure!(run_in_browser);
|
||||||
|
|
||||||
#[wasm_bindgen_test]
|
#[wasm_bindgen_test]
|
||||||
fn test_lazy-loading_renders() {
|
fn test_lazy_loading_renders() {
|
||||||
mount_to_body(|| {
|
mount_to_body(|| {
|
||||||
view! {
|
view! {
|
||||||
<LazyLoading>
|
<LazyLoading>
|
||||||
|
|||||||
Reference in New Issue
Block a user