From 035dd159950b7c5e21d0734f2e58e440b1046881 Mon Sep 17 00:00:00 2001 From: Akiff Manji Date: Mon, 15 Jul 2024 17:55:20 +0000 Subject: [PATCH] fix: typecheck errors Signed-off-by: Akiff Manji --- .../tests/pushNotificationsFcmService.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/push-notifications/tests/pushNotificationsFcmService.test.ts b/packages/push-notifications/tests/pushNotificationsFcmService.test.ts index 7a56837..6f64fde 100644 --- a/packages/push-notifications/tests/pushNotificationsFcmService.test.ts +++ b/packages/push-notifications/tests/pushNotificationsFcmService.test.ts @@ -198,10 +198,10 @@ function createInboundMessageContext(message: T) { }, receivedAt: new Date(), setMessageHandler: () => { - return + throw new Error('Function not implemented.') }, setResponseMessage: () => { - return + throw new Error('Function not implemented.') }, } }