integration test snapshot

This commit is contained in:
mpostma 2021-03-24 11:03:01 +01:00
parent 06f9dae0f3
commit 1f16c8d224
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
5 changed files with 55 additions and 134 deletions

View file

@ -3,8 +3,9 @@ mod documents;
mod index;
mod search;
mod settings;
mod updates;
mod snapshot;
mod stats;
mod updates;
// Tests are isolated by features in different modules to allow better readability, test
// targetability, and improved incremental compilation times.