-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(medusa): migrate medusa unit tests / plugins integration tests to swc jest #6820
Conversation
🦋 Changeset detectedLatest commit: 360071d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
I haven't checked the full PR yet, but if you solved circular dependencies, does that mean we can finally use ES6 (Es2020) everywhere, including /medusa? |
@olivermrbl the issues was the circular dependencies that we postponed long time ago as well as using var that are not yet declared. This pr tackle it. @carlos-r-l-rodrigues yes in theory we should be able to if the package doesn't have circular or use of variables that are declared later Edit: just saw riqwan message |
what:
Unit Tests
Before: 1 job => ~30 mins
After: 2 jobs => ~5 mins
Plugins
Before: 1 job => ~10 mins
After: 1 job => ~5 mins