Skip to content

Commit 75e2f88

Browse files
committed
chore: oops
1 parent e3d8bc9 commit 75e2f88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/advanced/test-suite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function meta(): TaskMeta
200200

201201
Custom [metadata](/api/advanced/metadata) that was attached to the suite during its execution or collection. Since Vitest 4.1, the meta can be attached by providing a `meta` object during test collection:
202202

203-
```ts {6,11}
203+
```ts {7,10}
204204
import { describe, test, TestRunner } from 'vitest'
205205
206206
describe('the validation works correctly', { meta: { decorated: true } }, () => {

0 commit comments

Comments
 (0)