mixpanel / mixpanel-react-native

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

fix: fix adapter storage jest setup #244

Closed makarkotlov closed 4 months ago

makarkotlov commented 4 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')