summaryrefslogtreecommitdiff
path: root/crates/vcs/vcs_test/src/lib.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-26 11:19:10 +0800
committerGitHub <noreply@github.com>2025-09-26 11:19:10 +0800
commit0fcdf40d82b448e21949b981c14dcecf70ec4cc6 (patch)
treed71490fc662508674a2927e9558bc89e91e070b6 /crates/vcs/vcs_test/src/lib.rs
parent87448666c38fcfaa7ee381ee966fa925db7279e1 (diff)
parent9c44621f13f27e7f2a82fa5ab2fc8e27381f3e39 (diff)
Merge pull request #8 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/vcs/vcs_test/src/lib.rs')
-rw-r--r--crates/vcs/vcs_test/src/lib.rs3
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 d9e6f94..8ad03e1 100644
--- a/crates/vcs/vcs_test/src/lib.rs
+++ b/crates/vcs/vcs_test/src/lib.rs
@@ -11,6 +11,9 @@ pub mod test_virtual_file_creation_and_update;
#[cfg(test)]
pub mod test_local_workspace_setup_and_account_management;
+#[cfg(test)]
+pub mod test_sheet_creation_management_and_persistence;
+
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() {