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
feat(prefer-expect-assertions): support requiring only if expect is used in a loop (#1013)
* feat(prefer-expect-assertions): support requiring only if `expect` is used in a loop
* test(prefer-expect-assertions): add cases for each
* chore(prefer-expect-assertions): add default value for `onlyFunctionsWithExpectInLoop` option
* test(prefer-expect-assertions): adjust some cases
* fix(prefer-expect-assertions): report expects in loops in functions in tests
* test(prefer-expect-assertions): format cases a bit
0 commit comments