mirror of https://github.com/buster-so/buster.git
6 lines
139 B
Rust
6 lines
139 B
Rust
|
pub mod users;
|
||
|
pub mod threads;
|
||
|
|
||
|
// Re-export commonly used fixtures
|
||
|
pub use users::create_test_user;
|
||
|
pub use threads::create_test_thread;
|