Make jest-each a devDependency (#611)

* 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
This commit is contained in:
Eric Cornelissen
2023-07-11 14:57:50 +02:00
committed by GitHub
parent ac9175f8a1
commit b3ae1bded7
27 changed files with 43 additions and 910 deletions

View File

@@ -27,7 +27,6 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^5.0.5",
"jest-each": "^29.6.1",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.3"
},