Skip to content

Commit

Permalink
fix: removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarkarachi committed Apr 22, 2022
1 parent 52319a7 commit 95ba1bd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ describe('WebsocketSubscriptionServer', () => {
{ server: httpServer, path: SUBSCRIPTION_PATH },
);

// serverPort = await getPort({
// startPort: 20001,
// stopPort: 66666,
// });
serverPort = await getPort({
port: getPort.makeRange(20001, 65536),
});
Expand Down

0 comments on commit 95ba1bd

Please sign in to comment.