Skip to content

Commit

Permalink
Fix the build issue (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshika47 authored Jan 22, 2025
2 parents 754f00b + 4d21b94 commit c9e4f87
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/__mocks__/mentors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const mentors: MentorWithoutProfilePic[] = [
created_at: '2023-10-29T14:20:04.335Z',
updated_at: '2023-10-29T14:20:04.335Z',
},
country: {
name: 'United States',
uuid: 'e1e6d0f0-b2d2-4c0b-a0e3-f4f5c1b1f3c4',
},
application: {
position: 'Software Engineer',
country: 'United States',
Expand Down Expand Up @@ -63,6 +67,10 @@ export const mentors: MentorWithoutProfilePic[] = [
created_at: '2023-10-29T14:20:04.335Z',
updated_at: '2023-10-29T14:20:04.335Z',
},
country: {
name: 'United States',
uuid: 'e1e6d0f0-b2d2-4c0b-a0e3-f4f5c1b1f3c4',
},
application: {
position: 'Chief Marketing Officer',
country: 'Canada',
Expand Down Expand Up @@ -107,6 +115,10 @@ export const mentors: MentorWithoutProfilePic[] = [
created_at: '2023-10-29T14:20:04.335Z',
updated_at: '2023-10-29T14:20:04.335Z',
},
country: {
name: 'United States',
uuid: 'e1e6d0f0-b2d2-4c0b-a0e3-f4f5c1b1f3c4',
},
application: {
position: 'UI/UX Designer',
country: 'United Kingdom',
Expand Down

0 comments on commit c9e4f87

Please sign in to comment.