Conversation
✅ Deploy Preview for cn-vitest 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 updates the v3 API index documentation (/api/index) to improve Chinese translation accuracy and readability, primarily by refining phrasing and translating previously-English inline descriptions.
Changes:
- Refined wording/spacing in several API descriptions (e.g.,
test.only). - Localized inline comments and option descriptions in code examples (e.g.,
test.concurrentcombinations,test.eachprintf specifiers). - Adjusted several example comments for more natural Chinese phrasing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Codex Review: Didn't find any major issues. Bravo. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 975748f5ee
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
advanced/api/reporters.md
Outdated
| - [`onTestRunEnd`](#ontestrunend) | ||
|
|
||
| 除非被跳过,否则单个模块中的测试和 reporters 将按顺序报告。所有跳过的测试将在 reporters /模块的末尾报告。 | ||
| - [`onTestRunEnd`](#ontestrunend)除非被跳过,否则单个模块中的测试和 reporters 将按顺序报告。所有跳过的测试将在 reporters /模块的末尾报告。 |
There was a problem hiding this comment.
Insert newline after onTestRunEnd bullet
The onTestRunEnd list item is accidentally merged with the following paragraph (...#ontestrunend)除非...), so Markdown treats explanatory text as part of the bullet instead of a separate paragraph. This breaks the document structure in rendered output and makes the lifecycle summary harder to read; split these into separate lines.
Useful? React with 👍 / 👎.
在提交PR之前,请确保您执行以下操作:
fixes #123)。描述
附加上下文