mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
tests: split tests option crate in separate test file
Signed-off-by: Kushal Kumar <kushalkumargupta4@gmail.com>
This commit is contained in:
parent
b18cd9075d
commit
df9ac07922
3 changed files with 38 additions and 40 deletions
|
@ -7,6 +7,8 @@ pub mod extractors;
|
|||
pub mod metrics;
|
||||
pub mod middleware;
|
||||
pub mod option;
|
||||
#[cfg(test)]
|
||||
mod option_test;
|
||||
pub mod routes;
|
||||
pub mod search;
|
||||
pub mod search_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue