This commit is contained in:
seavor 2026-04-18 01:36:37 -05:00
parent d04aa83258
commit dcd6dc00f4
83 changed files with 1797 additions and 390 deletions

View file

@ -243,6 +243,7 @@ describe('SORT_GAMES', () => {
it('updates sortGamesBy on state (sorting itself is now derived in selectors)', () => {
const state = makeRoomsState({ rooms: {} });
const result = roomsReducer(state, Actions.sortGames({
roomId: 1,
field: App.GameSortField.START_TIME,
order: App.SortDirection.ASC,
}));