mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-14 00:27:12 +00:00
7 lines
201 B
Rust
7 lines
201 B
Rust
#[test]
|
|
fn ui() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/component.rs");
|
|
t.compile_fail("tests/ui/component_absolute.rs");
|
|
t.compile_fail("tests/ui/server.rs");
|
|
}
|