Closed opike closed 2 years ago
Seems like it would be also be used to handle .skip() calls as well
I just realized this can be handled by updating the eslint configuration:
"no-only-tests/no-only-tests": [ "error", { "focus": ["only", "skip"] } ],
Seems like it would be also be used to handle .skip() calls as well