Skip to content

Commit c18d18f

Browse files
committed
test: use specific port
1 parent 0d21a03 commit c18d18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/watch-files.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const webpack = require("webpack");
77
const Server = require("../../lib/Server");
88
const config = require("../fixtures/static-config/webpack.config");
99
const runBrowser = require("../helpers/run-browser");
10-
const port = require("../ports-map").progress;
10+
const port = require("../ports-map")["watch-files-option"];
1111

1212
const watchDir = path.resolve(__dirname, "../fixtures/static-config/public");
1313

0 commit comments

Comments
 (0)