mixpanel / mixpanel-react-native

Official React Native Tracking Library for Mixpanel Analytics
https://mixpanel.com
Apache License 2.0
107 stars 48 forks source link

fix storage adapter jest setup #243

Closed makarkotlov closed 6 months ago

makarkotlov commented 6 months ago

This pr contains the fix for the following error during the tests runtime:

/Users/me/project/node_modules/mixpanel-react-native/javascript/mixpanel-persistent.js:45
        yield this.storageAdapter.getItem((0, _mixpanelConstants.getDeviceIdKey)(token)).then(function (deviceId) {

        TypeError: Cannot read properties of undefined (reading 'then')
makarkotlov commented 6 months ago

this pr contains parts of this pr, I'll reopen