mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
run prettier
This commit is contained in:
@@ -18,16 +18,15 @@ describe("Translator", function () {
|
||||
|
||||
server = app.listen(3000);
|
||||
|
||||
server.on('connection', (socket) => {
|
||||
server.on("connection", (socket) => {
|
||||
sockets.add(socket);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
afterAll(function () {
|
||||
for (const socket of sockets) {
|
||||
socket.destroy();
|
||||
|
||||
|
||||
sockets.delete(socket);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user