mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Move worktree tests to their own file
This commit is contained in:
parent
5e68dc5c92
commit
c17dbab6f1
3 changed files with 1614 additions and 1602 deletions
|
@ -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
1532
crates/project/src/worktree_tests.rs
Normal file
1532
crates/project/src/worktree_tests.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue