chore: add test coverage

This commit is contained in:
Maulana Sodiqin
2025-03-23 20:42:38 +07:00
parent 0ae1e26ba8
commit 5be737ad70
26 changed files with 1057 additions and 132 deletions
+3
View File
@@ -5,14 +5,17 @@ pub mod generate_otp;
pub mod get_id;
pub mod make_thing;
pub mod mock_test;
pub mod query_list;
pub mod response_format;
pub mod validator;
pub use bind_filter::*;
pub use extract_email::*;
pub use generate_date::*;
pub use generate_otp::*;
pub use get_id::*;
pub use make_thing::*;
pub use mock_test::*;
pub use query_list::*;
pub use response_format::*;
pub use validator::*;