[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix typo (#7886)

authored by

Elijah Kennedy and committed by
GitHub
(Apr 24, 2025, 6:20 PM +0200) 9be32fb7 a83f3bf6

+1 -1
+1 -1
docs/api/index.md
··· 167 167 }) 168 168 ``` 169 169 170 - Since Vitest 3.1, if the condition is unknonwn, you can provide it to the `skip` method as the first arguments: 170 + Since Vitest 3.1, if the condition is unknown, you can provide it to the `skip` method as the first arguments: 171 171 172 172 ```ts 173 173 import { assert, test } from 'vitest'