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
It appears that the prefer-expect-assertions rule does not work if your test is within a describe.each() block or if the test itself is a test.each(). It doesn't detect that there's a lack of an expect.assertions() or expect.hasAssertions() call at the beginning of the test.
The text was updated successfully, but these errors were encountered:
It appears that the
prefer-expect-assertions
rule does not work if your test is within adescribe.each()
block or if the test itself is atest.each()
. It doesn't detect that there's a lack of anexpect.assertions()
orexpect.hasAssertions()
call at the beginning of the test.The text was updated successfully, but these errors were encountered: