mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
restart game from in-progress state
This commit is contained in:
@@ -290,7 +290,7 @@ describe('game page', () => {
|
||||
}
|
||||
]);
|
||||
expect(document.getElementById('end-of-game-header')).not.toBeNull();
|
||||
expect(document.getElementById('restart-game')).not.toBeNull();
|
||||
expect(document.getElementById('restart-game-button')).not.toBeNull();
|
||||
});
|
||||
|
||||
afterAll(() => {
|
||||
|
||||
Reference in New Issue
Block a user