-
-
Notifications
You must be signed in to change notification settings - Fork 248
docs: add documentation link to rstest config file #6772
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
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
✅ Deploy Preview for rsbuild ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull request overview
This PR aims to add documentation comments with links to the rstest configuration docs in all template project config files. However, it also includes unrelated changes that modify test descriptions.
- Added documentation comment with URL
https://rstest.rs/config/to 6 rstest config files - Changed test description capitalization from "Renders" to "renders" in 4 test files (unrelated to PR purpose)
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/create-rsbuild/template-rstest/vue-ts/rstest.config.ts | Added documentation link comment |
| packages/create-rsbuild/template-rstest/vue-ts/tests/index.test.ts | Changed test description capitalization (unrelated) |
| packages/create-rsbuild/template-rstest/vue-js/rstest.config.js | Added documentation link comment |
| packages/create-rsbuild/template-rstest/vue-js/tests/index.test.js | Changed test description capitalization (unrelated) |
| packages/create-rsbuild/template-rstest/vanilla-ts/rstest.config.ts | Added documentation link comment |
| packages/create-rsbuild/template-rstest/vanilla-js/rstest.config.js | Added documentation link comment |
| packages/create-rsbuild/template-rstest/react-ts/rstest.config.ts | Added documentation link comment |
| packages/create-rsbuild/template-rstest/react-ts/tests/index.test.tsx | Changed test description capitalization (unrelated) |
| packages/create-rsbuild/template-rstest/react-js/rstest.config.js | Added documentation link comment |
| packages/create-rsbuild/template-rstest/react-js/tests/index.test.jsx | Changed test description capitalization (unrelated) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Summary
Added a documentation comment with a link to the configuration docs at the top of each
rstest.configfile across all template projects.Checklist