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
When specifying multiple projects, `jest` uses the first project as the [global config](https://github.com/facebook/jest/blob/4c3c7125fc3673499a0d2192ce888de5b7aa03dc/packages/jest-config/src/index.ts#L320-L322). The global config, in part, drives which watch plugins are used.
We want the `jest-runner-eslint/watch-fix` plugin to run any time we're linting (either by itself or with other projects), so by making `lint` the first option in the default, it'll ensure that its `watchPlugins` get used in the global config.
0 commit comments