Conversation
|
✅ Deploy Preview for side-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
| vitest: ^2.1.8 | ||
| vite: ^6.3.5 | ||
| vitest: ^3.1.3 | ||
| vitest-browser-react: ^0.1.1 No newline at end of file |
There was a problem hiding this comment.
별거 아니긴한데, vitest-browser-react 패키지 한번 보니까, 0.2.0 버전까지 배포됬는데 호환때문에 0.1.1로 설정 해놓으신건가요 ~ ?
There was a problem hiding this comment.
버전업도 따로 챙겨볼게~
| browser: { | ||
| enabled: true, | ||
| headless: true, | ||
| provider: 'playwright', | ||
| instances: [{ browser: 'chromium' }], | ||
| }, |
There was a problem hiding this comment.
viteest 3 버전부터는 vitest.workspace..ts가 deprecated되서, vite.config.ts에 projects 넣어주시면 될 것 같아요.
https://vitest.dev/guide/projects
| browser: { | |
| enabled: true, | |
| headless: true, | |
| provider: 'playwright', | |
| instances: [{ browser: 'chromium' }], | |
| }, | |
| browser: { | |
| enabled: true, | |
| headless: true, | |
| provider: 'playwright', | |
| instances: [{ browser: 'chromium' }], | |
| }, | |
| projects: ['packages/*'], |
There was a problem hiding this comment.
이것도 실제로 패키지에 적용할 때 챙겨볼게 ㅎㅎ browser mode를 쓸 때 projects에 선언하는거랑 vitest.workspace.ts 파일에 선언하는거랑 동작이 살짝 달랐던걸로 기억해서.. 😭
1d0cca5 to
ab27ab1
Compare
Changes
Visuals
Checklist
Additional Discussion Points