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
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
+
3
+
exports[`proxy option should work and respect \`logger\` option target respects a proxy option when a request path is matched 1`] = `"[HPM] Error occurred while proxying request %s to %s [%s] (%s)"`;
4
+
5
+
exports[`proxy option should work and respect the \`infrastructureLogging.level\` option target respects a proxy option when a request path is matched 1`] = `
6
+
"<e> [1m[31m[webpack-dev-server] [HPM] Error occurred while proxying request 127.0.0.1:<port>/my-path to http://unknown:1234/ [ENOTFOUND] (https://nodejs.org/api/errors.html#errors_common_system_errors)[39m[22m
7
+
"
8
+
`;
9
+
10
+
exports[`proxy option should work and respect the \`infrastructureLogging.level\` option with \`none\` value target respects a proxy option when a request path is matched 1`] = `""`;
0 commit comments