okstd::test

Re-exports the #[tokio::test].

#![allow(unused)]
fn main() {
#[okstd::test]
async fn does_something() {
 // do something
}
}