Documentation
1
2
3
4
5
6
#[tokio::test]
async fn test() -> aok::Result<()> {
  loginit::init();

  aok::OK
}