and then you can use ``` itm("description") { assert(something, it) } ```
n
and then you can use
Copy code
itm("description") {
    assert(something, it)
}