Skip to main content

alef_e2e/
config.rs

1//! E2E test generation configuration re-exports.
2//!
3//! The canonical config types live in `alef_core::config::e2e` so they can be
4//! deserialized as part of `[[crates]]` entries. This module re-exports them for
5//! convenience within the `alef-e2e` crate.
6
7pub use alef_core::config::e2e::*;