summaryrefslogtreecommitdiffstats
path: root/src/test_helpers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_helpers.rs')
-rw-r--r--src/test_helpers.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test_helpers.rs b/src/test_helpers.rs
index f5b57d7..95dcbc7 100644
--- a/src/test_helpers.rs
+++ b/src/test_helpers.rs
@@ -12,6 +12,7 @@ mod with_git_config;
mod with_temp_bare_repository;
mod with_temp_repository;
mod with_todo_file;
+mod with_view_state;
pub(crate) static JAN_2021_EPOCH: i64 = 1_609_459_200;
@@ -26,4 +27,5 @@ pub(crate) use self::{
with_temp_bare_repository::with_temp_bare_repository,
with_temp_repository::with_temp_repository,
with_todo_file::{with_todo_file, TodoFileTestContext},
+ with_view_state::{with_view_state, ViewStateTestContext},
};