Files
rust-otus/smart-house-web/backend/tests/api_tests.rs

5 lines
91 B
Rust

#[tokio::test(flavor = "current_thread")]
async fn smoke() {
println!("Hello test!")
}