matrix_sdk_integration_testing/
lib.rs

1#![cfg(test)]
2
3matrix_sdk_test::init_tracing_for_tests!();
4
5mod helpers;
6mod tests;