mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	refactor: use test configuration on import
Signed-off-by: Kushal Kumar <kushalkumargupta4@gmail.com>
This commit is contained in:
		| @@ -28,6 +28,7 @@ use crate::Opt; | ||||
| pub mod documents; | ||||
| pub mod facet_search; | ||||
| pub mod search; | ||||
| #[cfg(test)] | ||||
| mod search_test; | ||||
| mod search_analytics; | ||||
| pub mod settings; | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
| #[cfg(test)] | ||||
| pub mod search_test { | ||||
|     use crate::routes::indexes::search::fix_sort_query_parameters; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user