1 2 3 4 5 6 7 8 9 10 11
### `okstd::test` Re-exports the `#[tokio::test]`. ```rust #[okstd::test] async fn does_something() { // do something } ```