More release prep. I notice that you can, for exam...
# minutest
d
More release prep. I notice that you can, for example, call context(..) within your tests.
Copy code
test("my first test") {
            context("hello") {
            }
        }
Can anyone think of a good way of preventing this?