mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
test index delete
This commit is contained in:
parent
ed3f8f5cc0
commit
b293948d36
5 changed files with 25 additions and 30 deletions
|
@ -1,3 +1,9 @@
|
|||
mod common;
|
||||
mod search;
|
||||
mod index;
|
||||
|
||||
// Tests are isolated by features in different modules to allow better readability, test
|
||||
// targetability, and improved incremental compilation times.
|
||||
//
|
||||
// All the integration tests live in the same root module so only one test executable is generated,
|
||||
// thus improving linking time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue