pub fn launch_test_with_config<T: 'static + Clone>(
root: fn() -> Element,
config: TestingConfig<T>,
) -> TestingHandler<T>
Expand description
Run a Component in a headless testing environment
pub fn launch_test_with_config<T: 'static + Clone>(
root: fn() -> Element,
config: TestingConfig<T>,
) -> TestingHandler<T>
Run a Component in a headless testing environment