Move worktree tests into their own file (#2608)

The worktree has a lot of tests. Let's reduce their indentation, and
make it easier to navigate to them. We deserve it.

Just doing this in its own PR, to minimize conflicts.

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld
2023-06-13 10:50:49 -07:00
committed by GitHub
3 changed files with 1605 additions and 1602 deletions
+2
View File
@@ -7,6 +7,8 @@ pub mod worktree;
#[cfg(test)]
mod project_tests;
#[cfg(test)]
mod worktree_tests;
use anyhow::{anyhow, Context, Result};
use client::{proto, Client, TypedEnvelope, UserStore};
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff