``` context("whatever") { test("a test) { ...
# minutest
n
Copy code
context("whatever") {
    test("a test) {
        // blah blah blah
    }.focused
}
or something