added cypress e2e tests

This commit is contained in:
Wenszel
2023-12-19 09:27:47 +01:00
parent 97513eac2d
commit ce9e93d68f
13 changed files with 2467 additions and 35 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ module.exports = socket => {
};
const handleCreateRoom = async data => {
createNewRoom(data);
await createNewRoom(data);
sendToOnePlayerRooms(socket.id, await getRooms());
};