AppFlowy/frontend/rust-lib/event-integration/tests/user/mod.rs

6 lines
115 B
Rust

mod local_test;
mod migration_test;
mod af_cloud_test;
#[cfg(feature = "supabase_cloud_test")]
mod supabase_test;