E.g. ``` context("monster") { focused() ....
# minutest
n
E.g.
Copy code
context("monster") {
    focused()
    ...
}
Or
Copy code
context("monster") {
    skipped()
    ....
}