add unit tests to app/utils/notification (#8140)

This commit is contained in:
Elias Nahum
2024-08-29 00:04:12 +08:00
committed by GitHub
parent 2174c679e1
commit a2dca382c7
2 changed files with 147 additions and 0 deletions

View File

@@ -323,6 +323,7 @@ jest.mock('react-native-notifications', () => {
}),
setBadgeCount: jest.fn(),
},
postLocalNotification: jest.fn((notification) => notification),
},
};
});