dioxus/packages/core/tests/integration.rs

7 lines
128 B
Rust
Raw Normal View History

2021-07-13 20:52:25 +00:00
2021-02-03 07:26:04 +00:00
// type VirtualNode = VNode;
/// Test a basic usage of a virtual dom + text renderer combo
#[test]
fn simple_integration() {}