Skip to content

Commit 6410704

Browse files
committed
fix: update import path for webpack config in client tests
1 parent 110afee commit 6410704

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports[`client option default behaviour responds with a 200 status code for / p
1212
[
1313
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
1414
"[HMR] Waiting for update signal from WDS...",
15+
"Hey.",
1516
]
1617
`;
1718

@@ -31,6 +32,7 @@ exports[`client option should respect path option responds with a websocket with
3132
[
3233
"[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled.",
3334
"[HMR] Waiting for update signal from WDS...",
35+
"Hey.",
3436
]
3537
`;
3638

test/e2e/client.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const webpack = require("webpack");
44
const Server = require("../../lib/Server");
5-
const config = require("../fixtures/provide-plugin-ws-config/webpack.config");
5+
const config = require("../fixtures/client-config/webpack.config");
66
const runBrowser = require("../helpers/run-browser");
77
const sessionSubscribe = require("../helpers/session-subscribe");
88
const port = require("../ports-map")["client-option"];

0 commit comments

Comments
 (0)