Skip to content

Commit 4b66f5d

Browse files
committed
RU-T44 Fixing PR#186 bugs.
1 parent 09b1a8b commit 4b66f5d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

expo-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// <reference types="expo/types" />
22

3-
// NOTE: This file should not be edited and should be in your git ignore
3+
// NOTE: This file should not be edited and should be in your git ignore

src/components/notifications/__tests__/NotificationInbox.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ describe('NotificationInbox', () => {
207207
readAll: jest.fn(),
208208
archiveAll: jest.fn(),
209209
archiveAllRead: jest.fn(),
210+
seenAll: jest.fn(),
210211
});
211212

212213
mockUseCoreStore.mockImplementation((selector: any) => {
@@ -353,6 +354,7 @@ describe('NotificationInbox', () => {
353354
readAll: jest.fn(),
354355
archiveAll: jest.fn(),
355356
archiveAllRead: jest.fn(),
357+
seenAll: jest.fn(),
356358
});
357359

358360
const { getByTestId } = render(
@@ -373,6 +375,7 @@ describe('NotificationInbox', () => {
373375
readAll: jest.fn(),
374376
archiveAll: jest.fn(),
375377
archiveAllRead: jest.fn(),
378+
seenAll: jest.fn(),
376379
});
377380

378381
const { getByText } = render(

0 commit comments

Comments
 (0)