···167167})
168168```
169169170170-Since Vitest 3.1, if the condition is unknonwn, you can provide it to the `skip` method as the first arguments:
170170+Since Vitest 3.1, if the condition is unknown, you can provide it to the `skip` method as the first arguments:
171171172172```ts
173173import { assert, test } from 'vitest'