Use --changedSince for Jest tests in CI #4660
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
repo maintenance
things to do with maintenance of the repo, and not with code/docs
tests
anything to do with testing
Overview
Even with SWC replacing Babel (#4583), unit tests on
eslint-plugin
take several minutes to run. This example took 6m 45s.It'd be nice if we could use something like Jest's
--changedSince
against the target branch in a PR to cut down on the number of unnecessary tests run.Note that this will need to work with Codecov for our test coverage checks.
The text was updated successfully, but these errors were encountered: