Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jest-config): openHandlesTimeout config option #13875

Merged
merged 13 commits into from Feb 23, 2023
6 changes: 6 additions & 0 deletions docs/Configuration.md
Expand Up @@ -1069,6 +1069,12 @@ Default: `failure-change`

Specifies notification mode. Requires `notify: true`.

### `openHandlesTimeout` \[number]
robhogan marked this conversation as resolved.
Show resolved Hide resolved

Default: `1000`

Print a warning indicating that there are probable open handles if Jest does not exit cleanly this number of milliseconds after it completes. Use `0` to disable the warning.

#### Modes

- `always`: always send a notification.
Expand Down