Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/src/lib.rs
2023-01-12 13:24:16 +01:00

6 lines
81 B
Rust

#[cfg(test)]
mod tests;
#[cfg(any(test, feature = "helpers"))]
pub mod helpers;