Skip to content

Commit 6424d4f

Browse files
test: fix
1 parent cd87b04 commit 6424d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/Server.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe("Server", () => {
216216
options: {
217217
host: "127.0.0.1",
218218
// TODO `jest` is freeze here
219-
port: "43335",
219+
// port: "43335",
220220
pathname: "/ws",
221221
},
222222
},

0 commit comments

Comments
 (0)