test document addition

This commit is contained in:
mpostma 2021-02-18 22:10:50 +01:00
parent b293948d36
commit b1226be2c8
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
4 changed files with 51 additions and 5 deletions

View file

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