Skip to content

Commit

Permalink
docs: grammar (#1974)
Browse files Browse the repository at this point in the history
grammar fix
  • Loading branch information
marshallswain committed Sep 5, 2022
1 parent f3025cd commit a98c845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/index.md
Expand Up @@ -119,7 +119,7 @@ In Jest, `TestFunction` can also be of type `(done: DoneCallback) => void`. If t
- **Type:** `(name: string, fn: TestFunction, timeout?: number) => void`
- **Alias:** `it.concurrent`

`test.concurrent` marks consecutive tests to be run them in parallel. It receives the test name, an async function with the tests to collect, and an optional timeout (in milliseconds).
`test.concurrent` marks consecutive tests to be run in parallel. It receives the test name, an async function with the tests to collect, and an optional timeout (in milliseconds).

```ts
import { describe, test } from 'vitest'
Expand Down

0 comments on commit a98c845

Please sign in to comment.