test get updates

This commit is contained in:
mpostma
2021-02-23 19:15:42 +01:00
parent 0a3e946726
commit af2cbd0258
2 changed files with 68 additions and 0 deletions

View File

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