Skip to content

Replace Jest with Node's built in test runner (part 1) - #16727

Draft
arelra wants to merge 8 commits into
mainfrom
node-test-runner
Draft

arelra wants to merge 8 commits into
mainfrom
node-test-runner

Conversation

@arelra

@arelra arelra commented Sep 15, 2026

Copy link
Copy Markdown
Member

Co-authored-by: GPT-5.6 Sol gpt-sol@openai.com

What does this change?

Replace Jest with Node's built in test runner (part 1)

This PR migrates 383 / 1172 tests from Jest to Node:

ℹ tests 383
ℹ suites 119
ℹ pass 383
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 834.689417

Why?

Use built in tools rather than dependencies which have a maintenance cost.

Faster

How has this change been tested?

Run the tests

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