-
Notifications
You must be signed in to change notification settings - Fork 406
add litegraph test config #5310
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✅ All tests passed across all browsers! ⏰ Completed at: 09/03/2025, 02:05:20 AM UTC 📊 Test Reports by Browser🎉 Your tests are passing across all browsers! |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Should add *your vitest run line to the unit test npm script:
"test:unit": "nx run test tests-ui/tests",Depending on how advanced the unused file lint rule is, you may need to add an exception for the config file.
I'm working on the knip stuff now. I think the vitest plugin is pretty good about discovering configs. |
|
I think this is okay to merge. It seems we need to re-generate the snapshots though. |
- Updates 3 failing snapshot tests that were broken after recent Litegraph updates - Snapshots were outdated due to changes in LiteGraph behavior - All other tests (608/615) pass successfully - Fixes test failures introduced in PR #5310 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
run all litegraph tests
pnpm vitest run --config vitest.litegraph.config.tsrun single test file
pnpm vitest run --config vitest.litegraph.config.ts src/lib/litegraph/test/CanvasPointer.deviceDetection.test.ts┆Issue is synchronized with this Notion page by Unito