Files
matrix_sdk_integration_testing/
lib.rs
1
#![cfg(test)]
2
3
matrix_sdk_test::init_tracing_for_tests!
();
4
5
mod
helpers;
6
mod
tests;