Skip to content

test: replace jest (PoC) #9649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

test: replace jest (PoC) #9649

wants to merge 1 commit into from

Conversation

ChALkeR
Copy link
Contributor

@ChALkeR ChALkeR commented Jun 15, 2025

this is an experiment

I wonder what part of tests being slow comes from jest and how would tests perform with it replaced

This also comes with 5-6 test files changed to prefer doMock instead of mock -- will likely file that as a separate PR with explanation

@ChALkeR ChALkeR force-pushed the chalker/test/0 branch 5 times, most recently from 820aaba to 2181b29 Compare June 16, 2025 00:03
@ChALkeR
Copy link
Contributor Author

ChALkeR commented Jun 17, 2025

Seems to still be slow
Will take a look at if this can be optimized a bit later

@zkochan
Copy link
Member

zkochan commented Aug 5, 2025

I doubt that changing the test runner would make a big difference. The tests are slow because most of the tests are e2e tests that make a lot of network requests and fs operations.

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.

2 participants