zero-to-production/tests/api/main.rs

10 lines
161 B
Rust

mod admin_dashboard;
mod change_password;
mod health_check;
mod helpers;
mod login;
mod newsletter;
mod subscriptions;
mod subscriptions_confirm;
mod test_user;