2
0
Fork 0
mirror of https://github.com/DioxusLabs/dioxus synced 2024-12-21 10:03:13 +00:00
dioxus/packages/core/tests/integration.rs

6 lines
156 B
Rust

use dioxus_core::prelude::*;
// type VirtualNode = VNode;
/// Test a basic usage of a virtual dom + text renderer combo
#[test]
fn simple_integration() {}