integration.rs 128 B

123456
  1. // type VirtualNode = VNode;
  2. /// Test a basic usage of a virtual dom + text renderer combo
  3. #[test]
  4. fn simple_integration() {}