-
Notifications
You must be signed in to change notification settings - Fork 386
Tests: Vitest configuration cleanup #5888
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
Conversation
🎭 Playwright Test Results⏰ Completed at: 10/03/2025, 03:23:27 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 10/03/2025, 03:12:57 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
4c20481
to
98a6258
Compare
faf43fd
to
ecd3621
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.
LGTM
ecd3621
to
d3f4ab9
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.
LGTM.
I'm jealous, i'll never get a commit to take line line count that negative. You win.
d3f4ab9
to
f26da81
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.
I think the only tests that are being removed entirely are
- CanvasPointer.deviceDetection.test.ts
- LGraphNodeProperties.test.ts
I think the first is intentional, but what about the second?
…sts (and litegraph which was its own special)
…for readonly props
f26da81
to
317c81f
Compare
I'll bring them both back, though I do think the first one's been obviated by more recent design decisions, yeah. |
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.
LGTM! High score!
Simplify default scripts. Filtering is still available to users, we can revisit tagging or grouping later. This fixes the issue where we had tests that were in the codebase but never run because they weren't under `/src/components` Also deletes the duplicate litegraph tests and their associated vitest config file. - **What**: Test cleanup ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5888-Tests-Vitest-configuration-cleanup-2806d73d36508197b800f68f0b028279) by [Unito](https://www.unito.io)
Simplify default scripts. Filtering is still available to users, we can revisit tagging or grouping later. This fixes the issue where we had tests that were in the codebase but never run because they weren't under `/src/components` Also deletes the duplicate litegraph tests and their associated vitest config file. - **What**: Test cleanup ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5888-Tests-Vitest-configuration-cleanup-2806d73d36508197b800f68f0b028279) by [Unito](https://www.unito.io)
Summary
Simplify default scripts. Filtering is still available to users, we can revisit tagging or grouping later.
This fixes the issue where we had tests that were in the codebase but never run because they weren't under
/src/components
Also deletes the duplicate litegraph tests and their associated vitest config file.
Changes
Review Focus
┆Issue is synchronized with this Notion page by Unito