chore: test and api updates

This commit is contained in:
Ben Warzeski
2022-07-22 01:38:21 -04:00
parent 8edd4570b4
commit 7a46b3c2a8
17 changed files with 538 additions and 110 deletions

View File

@@ -17,7 +17,7 @@ import {
*********************************************************************************/
const initializeList = () => Promise.resolve({
enrollments: fakeData.courseRunData,
entitlements: fakeData.entitlementCourses,
entitlements: fakeData.entitlementData,
...fakeData.globalData,
});