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

Jest to node test runner #103

Merged
merged 22 commits into from
Sep 17, 2023
Merged

Jest to node test runner #103

merged 22 commits into from
Sep 17, 2023

Conversation

connorjburton
Copy link
Owner

@connorjburton connorjburton commented Sep 17, 2023

Use the stdlib test runner rather than jest, simplifies packages and mainteance needed.

Before:

  • Time to run tests: 20.4s
  • No. of packages: 2880
  • Size of node_modules: 332M

After:

  • Time to run tests: 3.5s
  • No. of packages: 2116
  • Size of node_modules: 212M

@connorjburton connorjburton marked this pull request as ready for review September 17, 2023 12:24
@connorjburton connorjburton merged commit d78f918 into master Sep 17, 2023
4 checks passed
@connorjburton connorjburton deleted the jest-to-node-test-runner branch September 17, 2023 12:27
@github-actions
Copy link

🎉 This PR is included in version 8.3.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant