//! Test utilities for at-rust-go: mock clients, fake Jetstream, test app builder.
//!
//! Pull this crate in under `[dev-dependencies]` to write fast, deterministic
//! tests for your atrg handlers without any network access.
pub use FakeJetstream;
pub use MockAtprotoClient;
pub use ;