Skip to content

Commit d30fff7

Browse files
test: fix
1 parent 5633f82 commit d30fff7

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

test/e2e/__snapshots__/https.test.js.snap.webpack4

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -458,16 +458,6 @@ exports[`https option as an object when ca, pfx, key and cert are strings, key a
458458
"
459459
`;
460460

461-
exports[`https option as an object when ca, pfx, key and cert are symlinks should handle GET request to index route (/): https options 1`] = `
462-
Object {
463-
"ca": "<Buffer>",
464-
"cert": "<Buffer>",
465-
"key": "<Buffer>",
466-
"passphrase": "webpack-dev-server",
467-
"pfx": "<Buffer>",
468-
}
469-
`;
470-
471461
exports[`https option as an object when cacert and ca, pfx, key and cert are buffer should handle GET request to index route (/): console messages 1`] = `Array []`;
472462

473463
exports[`https option as an object when cacert and ca, pfx, key and cert are buffer should handle GET request to index route (/): https options 1`] = `

test/e2e/__snapshots__/https.test.js.snap.webpack5

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -458,16 +458,6 @@ exports[`https option as an object when ca, pfx, key and cert are strings, key a
458458
"
459459
`;
460460

461-
exports[`https option as an object when ca, pfx, key and cert are symlinks should handle GET request to index route (/): https options 1`] = `
462-
Object {
463-
"ca": "<Buffer>",
464-
"cert": "<Buffer>",
465-
"key": "<Buffer>",
466-
"passphrase": "webpack-dev-server",
467-
"pfx": "<Buffer>",
468-
}
469-
`;
470-
471461
exports[`https option as an object when cacert and ca, pfx, key and cert are buffer should handle GET request to index route (/): console messages 1`] = `Array []`;
472462

473463
exports[`https option as an object when cacert and ca, pfx, key and cert are buffer should handle GET request to index route (/): https options 1`] = `

test/e2e/https.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,6 @@ describe("https option", () => {
631631
waitUntil: "networkidle0",
632632
});
633633

634-
expect(
635-
normalizeOptions(createServerSpy.mock.calls[0][0])
636-
).toMatchSnapshot("https options");
637634
expect(response.status()).toEqual(200);
638635
expect(await response.text()).toContain("Heyo");
639636
expect(consoleMessages.map((message) => message.text())).toEqual([]);

0 commit comments

Comments
 (0)