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
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/server.test.js.snap.webpack4
+17
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,23 @@ exports[`server option as object cacert, pfx, key and cert are buffer should han
511
511
"
512
512
`;
513
513
514
+
exports[`server option as object custom server with options should handle GET request to index route (/): console messages 1`] = `Array []`;
515
+
516
+
exports[`server option as object custom server with options should handle GET request to index route (/): http options 1`] = `
517
+
Object {
518
+
"maxHeaderSize": 16384,
519
+
}
520
+
`;
521
+
522
+
exports[`server option as object custom server with options should handle GET request to index route (/): page errors 1`] = `Array []`;
523
+
524
+
exports[`server option as object custom server with options should handle GET request to index route (/): response status 1`] = `200`;
525
+
526
+
exports[`server option as object custom server with options should handle GET request to index route (/): response text 1`] = `
527
+
"Heyo.
528
+
"
529
+
`;
530
+
514
531
exports[`server option as object options should be prioritized over http2 options should handle GET request to index route (/): console messages 1`] = `Array []`;
515
532
516
533
exports[`server option as object options should be prioritized over http2 options should handle GET request to index route (/): https options 1`] = `
Copy file name to clipboardExpand all lines: test/e2e/__snapshots__/server.test.js.snap.webpack5
+17
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,23 @@ exports[`server option as object cacert, pfx, key and cert are buffer should han
511
511
"
512
512
`;
513
513
514
+
exports[`server option as object custom server with options should handle GET request to index route (/): console messages 1`] = `Array []`;
515
+
516
+
exports[`server option as object custom server with options should handle GET request to index route (/): http options 1`] = `
517
+
Object {
518
+
"maxHeaderSize": 16384,
519
+
}
520
+
`;
521
+
522
+
exports[`server option as object custom server with options should handle GET request to index route (/): page errors 1`] = `Array []`;
523
+
524
+
exports[`server option as object custom server with options should handle GET request to index route (/): response status 1`] = `200`;
525
+
526
+
exports[`server option as object custom server with options should handle GET request to index route (/): response text 1`] = `
527
+
"Heyo.
528
+
"
529
+
`;
530
+
514
531
exports[`server option as object options should be prioritized over http2 options should handle GET request to index route (/): console messages 1`] = `Array []`;
515
532
516
533
exports[`server option as object options should be prioritized over http2 options should handle GET request to index route (/): https options 1`] = `
0 commit comments