We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
f
x
Instead of doing fit, xit etc, one should do it.only and it.skip. Same for describe.
fit
xit
it.only
it.skip
describe
Should also be fixable
The text was updated successfully, but these errors were encountered:
feat(wip): add always-test-or-it rule
76acf1f
See jest-community#12
I can also take this issue as it closely related to #12
prefer-only-skip
no-fx-prefix
Sorry, something went wrong.
I like the first one :) @thymikee?
@SimenB yup, I'm on your side on this :)
a12a2d2
Successfully merging a pull request may close this issue.
Instead of doing
fit
,xit
etc, one should doit.only
andit.skip
. Same fordescribe
.Should also be fixable
The text was updated successfully, but these errors were encountered: