You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support all variations of describe, it, & test (#792)
* refactor(utils): support matching all variations of `describe` & `test`
* test(consistent-test-it): add case for `describe.only.each`
* test(require-top-level-describe): add cases for modifiers and `each`
* test(no-conditional-expect): add cases for `.each` with template literal
* test(no-export): add cases for `.each`
* test(no-if): add cases for `.each` calls
* test(no-test-return-statement): add cases for `.each`
* test(prefer-hooks-on-top): add cases for `.each`
* test(valid-title): add cases for `.each`
* test(utils): deduplicate code
* test(utils): refactor to deduplicate code
0 commit comments