mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
docs: fix missing word (#1949)
This commit is contained in:
parent
b4aad6a789
commit
35bb461b6e
@ -1679,7 +1679,7 @@ These functions allow you to hook into the life cycle of tests to avoid repeatin
|
||||
Register a callback to be called after each one of the tests in the current context completes.
|
||||
If the function returns a promise, Vitest waits until the promise resolve before continuing.
|
||||
|
||||
Optionally, you can a timeout (in milliseconds) for specifying how long to wait before terminating. The default is 5 seconds.
|
||||
Optionally, you can provide a timeout (in milliseconds) for specifying how long to wait before terminating. The default is 5 seconds.
|
||||
|
||||
```ts
|
||||
import { afterEach } from 'vitest'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user