From e162c196dfb967b4c219ec056c81c4a6d450d8a1 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 25 Sep 2025 17:21:03 +0800 Subject: Update lib.rs --- crates/vcs/vcs_test/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/vcs') 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 { let dir = current_dir()?.join(".temp").join("test").join(area); if !dir.exists() { -- cgit