dioxus/packages/cli/tests/main.rs

5 lines
62 B
Rust
Raw Normal View History

2022-02-09 08:11:02 +00:00
#[test]
fn ready() {
println!("Compiled successfully!")
}