14
crates/domain/tests/user.rs
Normal file
14
crates/domain/tests/user.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
#[path = "user/username_test.rs"]
|
||||
mod username_test;
|
||||
|
||||
#[path = "user/email_test.rs"]
|
||||
mod email_test;
|
||||
|
||||
#[path = "user/user_test.rs"]
|
||||
mod user_test;
|
||||
|
||||
#[path = "user/display_name_test.rs"]
|
||||
mod display_name_test;
|
||||
|
||||
#[path = "user/timezone_test.rs"]
|
||||
mod timezone_test;
|
||||
Reference in New Issue
Block a user