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
Okay so I think I figured this out. In v9 reportUnusedDisableDirectives has a new default, which is not false (maybe it's warn or something, but it emits messages). However, jest-runner-eslint (without additional configuration) resolves the reportUnusedDisableDirectives to false, which ends up suppressing those messages.
I've updated to v9 and using
eslint.config.js
. When running jest-runner through jest with watch the linting passes.If I run eslint directly, some things fail.
I've not made any changes to the
jest.config.js
file since upgrading.I would expect the results to be identical (it was before v9). Was not clear from the recent PR if something needs changing in the config.
The text was updated successfully, but these errors were encountered: