run prettier

This commit is contained in:
karsten13
2021-06-11 22:24:21 +02:00
parent 044935a164
commit 1a244726aa
21 changed files with 41 additions and 85 deletions

View File

@@ -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);
}

View File

@@ -11,5 +11,5 @@ describe("Functions into modules/default/newsfeed/newsfeed.js", function () {
require("../../../modules/default/newsfeed/newsfeed.js");
});
test.skip('skip', () => {});
test.skip("skip", () => {});
});

View File

@@ -14,8 +14,7 @@ beforeAll(function () {
__dirname: path.dirname(filePath),
global: {},
process: {
on: function () {
},
on: function () {},
env: {}
}
};

View File

@@ -14,8 +14,7 @@ beforeAll(function () {
__dirname: path.dirname(filePath),
global: {},
process: {
on: function () {
},
on: function () {},
env: {}
}
};