Skip to content
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

Speeding up tests with @swc/jest #38

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft

Conversation

tomast1337
Copy link
Member

This PR replaces Jest with @swc/jest to significantly improve test execution time. @swc/jest uses SWC, a high-performance compiler written in Rust, which accelerates the transpilation process compared to Jest's default Babel transpiler. As a result, tests run faster, leading to better overall performance.

Some tests are currently failing on the backend. This might be due to incorrect Jest configuration.

@Bentroen Bentroen marked this pull request as draft February 20, 2025 22:51
@tomast1337 tomast1337 changed the base branch from main to develop February 21, 2025 13:13
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