refactor(server::tests): moved integration-like tests into tests/
This commit is contained in:
6
server/crates/arbiter-server/tests/user_agent.rs
Normal file
6
server/crates/arbiter-server/tests/user_agent.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod common;
|
||||
|
||||
#[path = "user_agent/auth.rs"]
|
||||
mod auth;
|
||||
#[path = "user_agent/unseal.rs"]
|
||||
mod unseal;
|
||||
Reference in New Issue
Block a user