Skip to content

feat: add course import page [FC-0112] #17276

feat: add course import page [FC-0112]

feat: add course import page [FC-0112] #17276

Triggered via pull request November 6, 2025 20:41
Status Failure
Total duration 2m 10s
Artifacts

validate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.