-
-
Notifications
You must be signed in to change notification settings - Fork 111
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ 75b8e759 #949
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -120,7 +120,11 @@ | |
|
|
||
| ## 对象模拟 (Mocking) {#mocking} | ||
|
|
||
| <<<<<<< HEAD | ||
| 内置 [Tinyspy](https://github.com/tinylibs/tinyspy) 用于在 `vi` 对象上使用 `jest` 兼容的 API 进行对象模拟。 | ||
| ======= | ||
| Vitest provides `jest`-compatible APIs on `vi` object. | ||
| >>>>>>> 75b8e759c1128a8da6df977d50acf33d2c46d033 | ||
|
Comment on lines
+123
to
+127
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This unresolved conflict block is published directly in the markdown source, so readers will see merge markers and conflicting text instead of a single finalized sentence in the Mocking section. It is a content regression introduced by the merge commit and should be cleaned up before release. Useful? React with 👍 / 👎. |
||
| ```ts | ||
| import { expect, vi } from 'vitest' | ||
|
|
||
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.
The template still contains
<<<<<<< HEAD/=======/>>>>>>>markers, which makes this SFC invalid and causes Vite/Vue compilation to fail when the component is loaded (e.g., the docs home feature list). This blocks docs builds and deployment until the conflict is resolved.Useful? React with 👍 / 👎.