OneSignal / OneSignal-Website-SDK

OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Other
389 stars 115 forks source link

[Fix] Type Error in Operation Repo Tests #1196

Closed shepherd-l closed 1 month ago

shepherd-l commented 2 months ago

Description

1 Line Summary

Fixes TypeError: Cannot destructure property 'lastKnownPushToken' of '(intermediate value)' as it is undefined. in operation repo tests.

Details

Fixes TypeError from operationRepo.tests.ts when running yarn test by stubbing out lastKnownPushToken.

Systems Affected

Validation

Tests

Info

Checklist

Programming Checklist Interfaces:

Functions:

Typescript:

Other:

Screenshots

Info

Checklist


Related Tickets



This change is Reviewable