Skip to content

Commit 46b459a

Browse files
authored
test: use corresponding port for built-in-routes test (#3708)
1 parent 4963ffd commit 46b459a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/built-in-routes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Server = require("../../lib/Server");
55
const config = require("../fixtures/client-config/webpack.config");
66
const multiConfig = require("../fixtures/multi-public-path-config/webpack.config");
77
const runBrowser = require("../helpers/run-browser");
8-
const port = require("../ports-map")["universal-compiler"];
8+
const port = require("../ports-map").routes;
99

1010
describe("Built in routes", () => {
1111
describe("with simple config", () => {

0 commit comments

Comments
 (0)