dioxus/packages/cli/tests/main.rs
2023-06-28 17:21:23 -07:00

4 lines
62 B
Rust

#[test]
fn ready() {
println!("Compiled successfully!")
}