From cddb9004ac35efa1e9811058a1518f74b24c177c Mon Sep 17 00:00:00 2001 From: MarvelSQ Date: Tue, 12 Oct 2021 10:56:05 +0000 Subject: [PATCH] docs(custom-js-html): add html to Configuration --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]