Skip to content

Commit cddb900

Browse files
authored
docs(custom-js-html): add html to Configuration
1 parent 65b439b commit cddb900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ beforeAll(() => {
11701170

11711171
Default: `{}`
11721172

1173-
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"}`.
1173+
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: "<html lang="zh-cmn-Hant"></html>", userAgent: "Agent/007"}`.
11741174

11751175
### `testFailureExitCode` \[number]
11761176

0 commit comments

Comments
 (0)