Skip to content

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Sep 24, 2025

Description:
Removes redundant test dependency 'jest-each'

Related issue:
N/A

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@Copilot Copilot AI review requested due to automatic review settings September 24, 2025 02:10
@trivikr trivikr requested a review from a team as a code owner September 24, 2025 02:10
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-each from package dependencies
  • Updates parameterized test syntax to use Jest's native it.each method

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.

@trivikr trivikr changed the title Remove redundant test dependency 'jest-each' Remove redundant direct dependency 'jest-each' Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant