Skip to content

Migrate Test Suite to Jest - #78

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

Migrate Test Suite to Jest#78
AvaneeshKesavan wants to merge 1 commit into
Samarth2190:mainfrom
AvaneeshKesavan:jest-tests

Conversation

@AvaneeshKesavan

@AvaneeshKesavan AvaneeshKesavan commented Aug 19, 2025

Copy link
Copy Markdown

Fixes: #76
Issue - Evaluate Migrating Test Suite from Node.js Test Runner to Jest

All existing tests from the Node.js native test runner have been converted to Jest, covering validations, transformations, formatting, and analyzing modules.

Key benefits demonstrated in this branch:

  • Full compatibility with Jest
  • All tests pass successfully
  • Readable test structure with richer assertions
  • Potential for built-in coverage reporting and watch mode

This serves as a foundation to evaluate whether Jest should replace or complement the current test runner for long-term maintainability and improved developer experience.

@AvaneeshKesavan

Copy link
Copy Markdown
Author

Following up on my pr. Please let me know if any changes are required.

@AvaneeshKesavan

Copy link
Copy Markdown
Author

Can you add gssoc label and points

@Samarth2190

Copy link
Copy Markdown
Owner

Hi, I think we are going to stick to node's inbuilt tester only. Thanks for raising this PR. You can still contribute by adding new functionalities, improving docs etc

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.

Evaluate Migrating Test Suite from Node.js Test Runner to Jest

2 participants