It's possible to leave in focused tests, so instead of it you leave fit and then the tests only run one test. Ideally fit(@" & fdescribe(@" should get caught by the linter.
Prepend f to your describe, context, example, it, and specify to set focus on examples or groups. When specs are focused, all unfocused specs are skipped.
It's possible to leave in focused tests, so instead of
it
you leavefit
and then the tests only run one test. Ideallyfit(@"
&fdescribe(@"
should get caught by the linter.I'd also like
recordSnapshot
in there./cc @w5mith