mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-01-20 16:54:00 +00:00
6 lines
97 B
Rust
6 lines
97 B
Rust
|
#[test]
|
||
|
fn tests() {
|
||
|
let t = trybuild::TestCases::new();
|
||
|
t.pass("tests/01-simple.rs");
|
||
|
}
|