<@UGP48AGDC> just tried this ```should("a test") {...
# kotest
s
@bbaldino just tried this
Copy code
should("a test") {
   1.shouldBeLessThan(2)
   launch { delay(100) }
}