chore: implement unit test

This commit is contained in:
Maulana Sodiqin
2025-03-23 07:56:43 +07:00
parent 093e290221
commit 79721b7af6
17 changed files with 1384 additions and 26 deletions
+3
View File
@@ -1,8 +1,10 @@
pub mod bind_filter;
pub mod extract_email;
pub mod generate_date;
pub mod generate_otp;
pub mod get_id;
pub mod make_thing;
pub mod mock_test;
pub mod response_format;
pub mod validator;
@@ -11,5 +13,6 @@ pub use generate_date::*;
pub use generate_otp::*;
pub use get_id::*;
pub use make_thing::*;
pub use mock_test::*;
pub use response_format::*;
pub use validator::*;