chore(dump): add tests

This commit is contained in:
Tamo 2022-04-28 10:48:57 +02:00 committed by Irevoire
parent ae4e419db4
commit 5f0e9b63d2
No known key found for this signature in database
GPG key ID: 7A6A970C96104F1B
23 changed files with 853 additions and 142 deletions

View file

@ -3,7 +3,7 @@ pub mod server;
pub mod service;
pub use index::{GetAllDocumentsOptions, GetDocumentOptions};
pub use server::Server;
pub use server::{default_settings, Server};
/// Performs a search test on both post and get routes
#[macro_export]