We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d8bc9 commit 75e2f88Copy full SHA for 75e2f88
1 file changed
docs/api/advanced/test-suite.md
@@ -200,7 +200,7 @@ function meta(): TaskMeta
200
201
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:
202
203
-```ts {6,11}
+```ts {7,10}
204
import { describe, test, TestRunner } from 'vitest'
205
206
describe('the validation works correctly', { meta: { decorated: true } }, () => {
0 commit comments