Skip to content

Create components needed for edit profile page #24

Create components needed for edit profile page

Create components needed for edit profile page #24

Triggered via pull request August 23, 2023 14:27
Status Failure
Total duration 1m 17s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/__mocks__/mentors.ts#L24
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L25
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L32
Type '"Technical"' is not assignable to type '"DEFAULT" | "ADMIN"'.
build: src/__mocks__/mentors.ts#L57
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L58
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L65
Type '"Business"' is not assignable to type '"DEFAULT" | "ADMIN"'.
build: src/__mocks__/mentors.ts#L89
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L90
Type 'string' is not assignable to type 'Date'.
build: src/__mocks__/mentors.ts#L97
Type '"Design"' is not assignable to type '"DEFAULT" | "ADMIN"'.
build: src/components/ChangePasswordForm/ChangePasswordForm.component.tsx#L2
'message' is declared but its value is never read.