Join Slack
Powered by
and ```context("a context") { should("a test") ...
# kotest
s
sam
06/04/2020, 10:11 PM
and
Copy code
context("a context") { should("a test") { 1.shouldBeLessThan(2) launch { delay(100) } } }
Open in Slack
Previous
Next