mirror of
https://github.com/actions/labeler.git
synced 2026-01-01 01:03:04 +08: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