mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
5 lines
97 B
Rust
5 lines
97 B
Rust
#[test]
|
|
fn tests() {
|
|
let t = trybuild::TestCases::new();
|
|
t.pass("tests/01-simple.rs");
|
|
}
|