Skip to content

Commit

Permalink
test(events): Add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiands7 committed Jul 19, 2021
1 parent 33ceea5 commit 1de3b7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/events/events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test('constructor', () => {
expect(e.flow).toBe(flow);
expect(e.playerID).toBe(playerID);
expect(e.dispatch).toEqual([]);
expect(e.initialTurn).toEqual(0);
expect(e.currentPhase).toEqual('');
expect(e.currentTurn).toEqual(0);
});
Expand Down

0 comments on commit 1de3b7c

Please sign in to comment.