macro_rules! engine_config {
($($tt:tt)*) => { ... };
}Expand description
Configures and stores the engine before tests run.
Usage: vibe_tests::engine_config! { EngineTests::builder()...build().expect("...") }
macro_rules! engine_config {
($($tt:tt)*) => { ... };
}Configures and stores the engine before tests run.
Usage: vibe_tests::engine_config! { EngineTests::builder()...build().expect("...") }