mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
* Make `jest-each` a devDependency Change the dependency on `jest-each` from a regular dependency to a development dependency (devDependency) as it is only used in tests. * Remove `jest-each` and use `test-each` instead