mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
Move integration tests into their own file
This commit is contained in:
parent
8393ae88b7
commit
bc6f8da029
3 changed files with 5222 additions and 5276 deletions
5216
crates/collab/src/integration_tests.rs
Normal file
5216
crates/collab/src/integration_tests.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,6 +4,9 @@ mod db;
|
|||
mod env;
|
||||
mod rpc;
|
||||
|
||||
#[cfg(test)]
|
||||
mod integration_tests;
|
||||
|
||||
use axum::{body::Body, Router};
|
||||
use collab::{Error, Result};
|
||||
use db::{Db, PostgresDb};
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue