test document addition

This commit is contained in:
mpostma
2021-02-18 22:10:50 +01:00
parent b293948d36
commit b1226be2c8
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.