Fix tests

This commit is contained in:
Paul Frazee
2024-12-17 21:29:45 -08:00
parent ff02868afc
commit 3262b83420
6 changed files with 29 additions and 22 deletions
@@ -0,0 +1,11 @@
export function useNotificationsRegistration() {}
export function useRequestNotificationsPermission() {
return async (
_context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home',
) => {}
}
export async function decrementBadgeCount(_by: number) {}
export async function resetBadgeCount() {}