Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR fixes broken markdown links in documentation by adding the missing URL reference to rstest.setConfig function. Previously, the links had the markdown syntax but lacked the actual URL target, making them non-functional.
Key Changes
- Added proper link targets (
/api/rstest/utilities#rstestsetconfig) torstest.setConfigreferences in English documentation - Brings English docs in line with Chinese docs which already had the correct links
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/en/config/test/test-timeout.mdx | Added link target to rstest.setConfig reference in testTimeout priority list |
| website/docs/en/config/test/hook-timeout.mdx | Added link target to rstest.setConfig reference in hookTimeout priority list |
The changes are correct and consistent. The target documentation page exists at the specified path with the appropriate anchor heading. The Chinese documentation already has these links properly configured, so this PR brings the English documentation into alignment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
fix setConfig link
Related Links
Checklist