diff --git a/docs/Configuration.md b/docs/Configuration.md index 5b051f3ff450..56131b06edfb 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -1170,7 +1170,7 @@ beforeAll(() => { Default: `{}` -Test environment options that will be passed to the `testEnvironment`. The relevant options depend on the environment. For example, you can override options given to [jsdom](https://github.com/jsdom/jsdom) such as `{userAgent: "Agent/007"}`. +Test environment options that will be passed to the `testEnvironment`. The relevant options depend on the environment. For example, you can override options given to [jsdom](https://github.com/jsdom/jsdom) such as `{html: "", userAgent: "Agent/007"}`. ### `testFailureExitCode` \[number]