RU-T44 Inbox tweak, fixing map marker. #341
Annotations
4 errors and 1 warning
|
test
Process completed with exit code 2.
|
|
test:
src/components/notifications/__tests__/NotificationInbox.test.tsx#L366
Argument of type '{ notifications: any; isLoading: false; fetchMore: jest.Mock<any, any, any>; hasMore: false; refetch: jest.Mock<any, any, any>; isFetching: false; readAll: jest.Mock<any, any, any>; archiveAll: jest.Mock<...>; archiveAllRead: jest.Mock<...>; }' is not assignable to parameter of type 'UseNotificationsResult'.
|
|
test:
src/components/notifications/__tests__/NotificationInbox.test.tsx#L346
Argument of type '{ notifications: any; isLoading: true; fetchMore: jest.Mock<any, any, any>; hasMore: false; refetch: jest.Mock<any, any, any>; isFetching: false; readAll: jest.Mock<any, any, any>; archiveAll: jest.Mock<...>; archiveAllRead: jest.Mock<...>; }' is not assignable to parameter of type 'UseNotificationsResult'.
|
|
test:
src/components/notifications/__tests__/NotificationInbox.test.tsx#L200
Argument of type '{ notifications: any; isLoading: false; fetchMore: jest.Mock<any, any, any>; hasMore: false; refetch: jest.Mock<any, any, any>; isFetching: false; readAll: jest.Mock<any, any, any>; archiveAll: jest.Mock<...>; archiveAllRead: jest.Mock<...>; }' is not assignable to parameter of type 'UseNotificationsResult'.
|
|
test:
expo-env.d.ts#L3
Insert `⏎`
|