Remove redundant direct dependency 'jest-each' by trivikr · Pull Request #1379 · actions/setup-node
Pull Request Overview
Removes the redundant jest-each dependency and updates test code to use Jest's built-in it.each method instead of the separate jest-each package.
- Removes
jest-eachfrom package dependencies - Updates parameterized test syntax to use Jest's native
it.eachmethod
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Removes jest-each dependency from devDependencies |
| tests/main.test.ts | Replaces jest-each import and usage with built-in it.each |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.