mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
fix expectations, remove outdated specs
This commit is contained in:
@@ -27,7 +27,7 @@ class Game {
|
||||
this.previousModeratorId = null;
|
||||
this.createTime = createTime;
|
||||
this.timerParams = timerParams;
|
||||
this.isFull = (this.gameSize === 1 && !this.hasDedicatedModerator) || isTestGame;
|
||||
this.isStartable = (this.gameSize === 1 && !this.hasDedicatedModerator) || isTestGame;
|
||||
this.timeRemaining = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user