Closed limonte closed 4 years ago
Currently, the plugin doesn't work for this code:
ava.default.only(...)
configuration:
rules: { 'no-only-tests/no-only-tests': ['error', { block: ['ava.default'], focus: ['only'] }] }
It seems that . aren't supported in blocks.
.
Thanks @limonte I'll take a look and see what I can do to make it work for this use case.
@limonte should be fixed in v2.4.0 mind giving it a go and checking it works for you?
Well done, thank you @levibuzolic !
Currently, the plugin doesn't work for this code:
configuration:
It seems that
.
aren't supported in blocks.