wip league admin tools
This commit is contained in:
@@ -74,7 +74,7 @@ describe('GetLeagueFullConfigUseCase', () => {
|
||||
},
|
||||
},
|
||||
};
|
||||
const mockSeasons = [{ id: 'season-1', status: 'active', gameId: 'game-1' }];
|
||||
const mockSeasons = [{ id: 'season-1', status: { isActive: () => true }, gameId: 'game-1' }];
|
||||
const mockScoringConfig = { id: 'config-1' };
|
||||
const mockGame = { id: 'game-1' };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user