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:
@@ -46,7 +46,7 @@ export const mockGames = {
|
||||
paused: true,
|
||||
timeRemaining: 600000
|
||||
},
|
||||
isFull: false
|
||||
isStartable: false
|
||||
},
|
||||
inProgressGame: {
|
||||
accessCode: 'TVV6',
|
||||
@@ -163,7 +163,7 @@ export const mockGames = {
|
||||
paused: true,
|
||||
timeRemaining: 600000
|
||||
},
|
||||
isFull: true
|
||||
isStartable: true
|
||||
},
|
||||
moderatorGame:
|
||||
{
|
||||
@@ -306,6 +306,6 @@ export const mockGames = {
|
||||
paused: true,
|
||||
timeRemaining: 600000
|
||||
},
|
||||
isFull: true
|
||||
isStartable: true
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user