You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `testTimeout` configuration option was documented in the CLI docs but not the configuration docs so I wasn't completely sure if it was available to use in my package.json configuration, so I needed to try it and also dig into the jest source code to confirm. This simply documents the option in the config docs as well.
Fixesjestjs#9448 9448
The `testTimeout` configuration option was documented
in the CLI docs but not the configuration docs so I wasn't
completely sure if it was available to use in my
package.json configuration, so I needed to try it and also
dig into the jest source code to confirm. This simply
documents the option in the config docs as well.
Fixesjestjs#9448
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
🐛 Bug Report
The
testTimeout
configuration option is not documented here:https://jestjs.io/docs/en/configuration
It's documented in the CLI options:
https://jestjs.io/docs/en/cli#--testtimeoutnumber
And it's available in the code for the config:
https://github.com/facebook/jest/blob/89c151b69f81baba49caeceec19f07b4bc2680cc/packages/jest-config/src/ValidConfig.ts#L118
To Reproduce
n/a - just docs
Expected behavior
It'd be nice to not have to dig into source code or play with things to confirm what is possible for config if the docs tell me what is available.
Link to repl or repo (highly encouraged)
n/a
envinfo
The text was updated successfully, but these errors were encountered: