File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ exports[`options validate should throw an error on the "client" option with '{"o
90
90
-> Read more at https://webpack.js.org/configuration/dev-server/#devserverclient
91
91
Details:
92
92
* options.client.overlay should be one of these:
93
- boolean | object { errors?, warnings? }
93
+ boolean | object { errors?, warnings?, trustedTypesPolicyName? }
94
94
Details:
95
95
* options.client.overlay should be a boolean.
96
96
-> Enables a full-screen overlay in the browser when there are compiler errors or warnings.
97
97
-> Read more at https://webpack.js.org/configuration/dev-server/#overlay
98
98
* options.client.overlay should be an object:
99
- object { errors?, warnings? }"
99
+ object { errors?, warnings?, trustedTypesPolicyName? }"
100
100
`;
101
101
102
102
exports[`options validate should throw an error on the "client" option with '{"overlay":{"arbitrary":""}}' value 1`] = `
103
103
"ValidationError: Invalid options object. Dev Server has been initialized using an options object that does not match the API schema.
104
104
- options.client.overlay has an unknown property 'arbitrary'. These properties are valid:
105
- object { errors?, warnings? }"
105
+ object { errors?, warnings?, trustedTypesPolicyName? }"
106
106
`;
107
107
108
108
exports[`options validate should throw an error on the "client" option with '{"overlay":{"errors":""}}' value 1`] = `
You can’t perform that action at this time.
0 commit comments