Skip to content

Commit 27a706a

Browse files
authored
docs: fix description of test.for in Test API (#810)
fix obvious mistake in test.for description 修改test.for描述问题.
1 parent 5d7586f commit 27a706a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Vitest 使用 chai `format` 方法处理 `$values`。如果数值太短,可以
496496

497497
`test.each` 是一种能同时提供 [`TestContext`](/guide/test-context) 的替代用法。
498498

499-
它和 `test.each` 的主要区别在于:当你需要传递数组参数时,二者的写法和处理方式不同。而对于非数组参数(包括模板字符串的用法),`test.each``test.each` 的使用方法是一致的。
499+
它和 `test.each` 的主要区别在于:当你需要传递数组参数时,二者的写法和处理方式不同。而对于非数组参数(包括模板字符串的用法),`test.for``test.each` 的使用方法是一致的。
500500

501501
```ts
502502
// `each` 展开数组用例

0 commit comments

Comments
 (0)