Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 21, 2024
1 parent e511bc5 commit 4369303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine.io-client/test/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe("connection", function () {

it("should connect to localhost (ws)", (done) => {
const socket = new Socket({
transports: ["websocket"]
transports: ["websocket"],
});
socket.on("open", () => {
socket.on("message", (data) => {
Expand Down

0 comments on commit 4369303

Please sign in to comment.