Skip to content

Commit

Permalink
test: fix game mock
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Jul 16, 2023
1 parent b5e5e8d commit d3b0546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/creature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const getGameMock = () => {
turn: 0,
creatures: [],
players: [],
queue: {},
queue: { update: jest.fn() },
updateQueueDisplay: jest.fn(),
grid: {
orderCreatureZ: jest.fn(),
Expand Down

0 comments on commit d3b0546

Please sign in to comment.