docs: reflect current test directory structure#1788
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe CONTRIBUTING.md file has been modified to reorganise the test/ directory structure. The test tree layout has been updated from containing a single nested nuxt/ directory under test/ to now include both nuxt/ and a new e2e/ directory. The changes comprise directory layout adjustments and formatting updates to the test tree documentation, with no modifications to code logic, public interfaces, or exported declarations. Total lines changed: +3/-2. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
🔗 Linked issue
🧭 Context
There is a small error in the directory structure in
CONTRIBUTING.md. #489 movedtests/totest/e2e/but it was not reflected.📚 Description
CONTRIBUTING.md.