chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -51,9 +51,7 @@ describe("GatewayClient", () => {
|
||||
tickIntervalMs: 5,
|
||||
},
|
||||
};
|
||||
socket.send(
|
||||
JSON.stringify({ type: "res", id, ok: true, payload: helloOk }),
|
||||
);
|
||||
socket.send(JSON.stringify({ type: "res", id, ok: true, payload: helloOk }));
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user