Skip to content

Commit 1aabc40

Browse files
authored
Update guide/test-context.md
1 parent ec797b5 commit 1aabc40

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
@@ -253,7 +253,7 @@ const test = base.extend({
253253
test('works correctly')
254254
```
255255

256-
#### 默认的装置 {#Default fixture}
256+
#### 默认的装置 {#default-fixture}
257257

258258
Since Vitest 3, you can provide different values in different [projects](/guide/projects). To enable this feature, pass down `{ injected: true }` to the options. If the key is not specified in the [project configuration](/config/#provide), then the default value will be used.
259259

0 commit comments

Comments
 (0)