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
I'm extending expect with a custom rule using expect.extend, that is in the module root level. This results to an error:
error Expect must be inside of a test block jest/no-standalone-expect
I don't believe this should be an error. I think there might be some regression since this came up in a renovate PR to update eslint-plugin-jest from 26.7.0 -> 26.8.0
The text was updated successfully, but these errors were encountered:
I'm extending expect with a custom rule using
expect.extend
, that is in the module root level. This results to an error:I don't believe this should be an error. I think there might be some regression since this came up in a renovate PR to update
eslint-plugin-jest
from 26.7.0 -> 26.8.0The text was updated successfully, but these errors were encountered: