Refactor course list and empty state (#308)

Co-authored-by: Maxwell Frank <mfrank@2u.com>
This commit is contained in:
Maxwell Frank
2024-04-03 13:41:20 -04:00
committed by GitHub
parent e045932e5f
commit b8e08d8a8f
26 changed files with 305 additions and 308 deletions

View File

@@ -29,6 +29,7 @@ describe('app simple selectors', () => {
keys.selectSessionModal,
keys.pageNumber,
keys.socialShareSettings,
keys.filters,
])('%s app simple selector forwards corresponding data from app store', (key) => {
testState = { app: { [key]: testString, otherField: 'fake string' } };
const { preSelectors, cb } = simpleSelectors[key];