Skip to content

Commit 7c59782

Browse files
committed
test(server): Use different port for main server test
Port collided with port used in caching.js test
1 parent 5a6448b commit 7c59782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/server/test/lib/server

packages/server/test/lib/server/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ async (t) => {
369369
});
370370

371371
test("Stop server", async (t) => {
372-
const port = 3350;
372+
const port = 3351;
373373
const request = supertest(`http://localhost:${port}`);
374374

375375
const graph = await graphFromPackageDependencies({

0 commit comments

Comments
 (0)