diff options
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/vcs/vcs_test/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/vcs/vcs_test/src/lib.rs b/crates/vcs/vcs_test/src/lib.rs index 357ea3f..d9e6f94 100644 --- a/crates/vcs/vcs_test/src/lib.rs +++ b/crates/vcs/vcs_test/src/lib.rs @@ -8,6 +8,9 @@ pub mod test_vault_setup_and_member_register; #[cfg(test)] pub mod test_virtual_file_creation_and_update; +#[cfg(test)] +pub mod test_local_workspace_setup_and_account_management; + pub async fn get_test_dir(area: &str) -> Result<PathBuf, std::io::Error> { let dir = current_dir()?.join(".temp").join("test").join(area); if !dir.exists() { |
