Skip to content

Commit e4dbd51

Browse files
committed
fix User defined id attribute default-fixture is not uniqu
1 parent b695049 commit e4dbd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/test-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const test = todosTest.extend({
191191
})
192192
```
193193

194-
#### 固定装置初始化 {#default-fixture}
194+
#### 固定装置初始化 {#fixture-initialization}
195195

196196
Vitest 运行器将智能地初始化你的固定装置并根据使用情况将它们注入到测试上下文中。
197197

0 commit comments

Comments
 (0)