Merge pull request #1691 from zed-industries/move-tests

Organize buffer and editor tests
This commit is contained in:
Max Brunsfeld 2022-10-06 13:39:54 -07:00 committed by GitHub
commit 17ed80f74d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4885 additions and 4890 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -4,8 +4,9 @@ mod highlight_map;
mod outline;
pub mod proto;
mod syntax_map;
#[cfg(test)]
mod tests;
mod buffer_tests;
use anyhow::{anyhow, Context, Result};
use async_trait::async_trait;