Skip to content

Integrate Jest alongside Node.js tests - #77

Closed
AvaneeshKesavan wants to merge 1 commit into
Samarth2190:mainfrom
AvaneeshKesavan:jest-integration
Closed

Integrate Jest alongside Node.js tests#77
AvaneeshKesavan wants to merge 1 commit into
Samarth2190:mainfrom
AvaneeshKesavan:jest-integration

Conversation

@AvaneeshKesavan

Copy link
Copy Markdown

This PR adds optional Jest support to the Stringzy project while keeping the existing Node.js native test runner intact.

Changes included:

  • Added jest.config.ts for Jest configuration.
  • Updated package.json scripts to allow running tests with Jest (npm run test:jest) alongside Node.js tests (npm run test:node).
  • Ensures all existing tests run successfully under Jest.
  • No changes were made to the source code or existing functionality; this only enhances the testing workflow.

So you can now choose between the Node.js test runner and Jest.

@AvaneeshKesavan
AvaneeshKesavan deleted the jest-integration branch August 19, 2025 17:14
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