dioxus/packages/html-internal-macro/tests/progress.rs

6 lines
97 B
Rust
Raw Normal View History

2023-08-11 02:59:52 +00:00
#[test]
fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/01-simple.rs");
}