forked from kemitix/git-next
refactor: server: collapse tests to base of crate
This commit is contained in:
parent
113192042b
commit
0fd33739c1
3 changed files with 0 additions and 4 deletions
|
@ -1,2 +0,0 @@
|
|||
#[cfg(test)]
|
||||
mod tests;
|
|
@ -7,8 +7,6 @@ use kxio::{fs::FileSystem, network::Network};
|
|||
use std::path::PathBuf;
|
||||
use tracing::{error, info, level_filters::LevelFilter};
|
||||
|
||||
mod config;
|
||||
|
||||
pub fn init(fs: FileSystem) {
|
||||
let file_name = "git-next-server.toml";
|
||||
let pathbuf = PathBuf::from(file_name);
|
||||
|
|
Loading…
Reference in a new issue