-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed as not planned
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstestsanything to do with testinganything to do with testing
Description
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.
omril1
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.repo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docstestsanything to do with testinganything to do with testing