smart-house-web: в работе

This commit is contained in:
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#[tokio::test(flavor = "current_thread")]
async fn smoke() {
println!("Hello test!")
}