feat: add course import page [FC-0112] #17276
Annotations
4 errors
|
tests
Process completed with exit code 2.
|
|
tests:
src/library-authoring/import-course/ImportedCourseCard.test.tsx#L87
Argument of type '{ source: { key: string; displayName: string; }; targetCollection: null; state: "InProgress"; progress: number; }' is not assignable to parameter of type 'CourseImport'.
|
|
tests:
src/library-authoring/data/api.mocks.ts#L1129
Type '"InProgress"' is not assignable to type '"Succeeded" | "Failed" | "In Progress"'. Did you mean '"In Progress"'?
|
|
tests:
src/library-authoring/data/api.mocks.ts#L1083
Type '{ source: { key: string; displayName: string; }; targetCollection: null; state: "InProgress"; progress: number; }' is not assignable to type 'CourseImport'.
|