-
Notifications
You must be signed in to change notification settings - Fork 432
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
test(sanity): migrate sanity package to vitest #7578
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
No changes to documentation |
a511081
to
1467824
Compare
Component Testing Report Updated Oct 14, 2024 1:54 PM (UTC) ✅ All Tests Passed -- expand for details
|
⚡️ Editor Performance ReportUpdated Mon, 14 Oct 2024 14:05:46 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
@binoy14 The test pass, but I am seeing the addition of about 35 warnings about |
Pretty sure they existed during jest as well but were getting swallowed by jest. Do you see any instances where it could be causing this? My suggestion is if other changes looks good we merge this and do a follow up PR that fixes the warnings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Sounds like a good plan for a follow-up PR that fixes the warnings
1467824
to
261d657
Compare
I just rebased this against next and migrated a couple of new tests that came in while this was waiting to be merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking this over the finishing line, @binoy14! <3
a9870a8
to
0213851
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Migrates
sanity
tests to vitestWhat to review
Changes makes sense and all tests pass
Testing
All tests should pass
Notes for release
N/A