test get updates

This commit is contained in:
mpostma 2021-02-23 19:15:42 +01:00
parent 0a3e946726
commit af2cbd0258
No known key found for this signature in database
GPG key ID: CBC8A7C1D7A28C3A
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.