Fixing tests
This commit is contained in:
parent
35463930a0
commit
e34c49fd49
2 changed files with 10 additions and 5 deletions
|
@ -51,7 +51,8 @@ describe("GameRoom", () => {
|
|||
() => {},
|
||||
() => {},
|
||||
() => {},
|
||||
emote
|
||||
emote,
|
||||
() => {}
|
||||
);
|
||||
|
||||
const user1 = world.join(createMockUserSocket(), createJoinRoomMessage("1", 100, 100));
|
||||
|
@ -86,7 +87,8 @@ describe("GameRoom", () => {
|
|||
() => {},
|
||||
() => {},
|
||||
() => {},
|
||||
emote
|
||||
emote,
|
||||
() => {}
|
||||
);
|
||||
|
||||
const user1 = world.join(createMockUserSocket(), createJoinRoomMessage("1", 100, 100));
|
||||
|
@ -125,7 +127,8 @@ describe("GameRoom", () => {
|
|||
() => {},
|
||||
() => {},
|
||||
() => {},
|
||||
emote
|
||||
emote,
|
||||
() => {}
|
||||
);
|
||||
|
||||
const user1 = world.join(createMockUserSocket(), createJoinRoomMessage("1", 100, 100));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue