Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwalsh committed Apr 23, 2021
1 parent 3f68e34 commit 99782df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/wsspec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ if (process.env.FIRESOCKET_RUN_WS_BASELINE) {
));
}

function close(server) {
return new Promise((res, _) => server.close(res));
}

function testSocket(Socket, clientArgs, serverArgs) {
beforeEach(() => ++port);

Expand Down

0 comments on commit 99782df

Please sign in to comment.