Skip to content

Commit

Permalink
Fixed testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlkonig committed Oct 29, 2021
1 parent edae7b7 commit 0ce5d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/games/amazons.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ describe("Amazons", () => {
const state: IAmazonsState = {
game: "amazons",
numplayers: 2,
variants: [],
gameover: false,
winner: [],
stack: [
Expand Down Expand Up @@ -83,6 +84,7 @@ describe("Amazons", () => {
const state: IAmazonsState = {
game: "amazons",
numplayers: 2,
variants: [],
gameover: false,
winner: [],
stack: [
Expand Down

0 comments on commit 0ce5d3f

Please sign in to comment.