You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2023. It is now read-only.
I am getting the following error when I run my test cases by using jest.
● Test suite failed to run
TypeError: _reactNativeFreshchatSdk.Freshchat.init is not a function
17 | freshchatConfig.notificationSoundEnabled = true; //iOS only
18 | freshchatConfig.themeName = 'CustomTheme.plist'; //iOS only
> 19 | Freshchat.init(freshchatConfig);
| ^
20 |
21 | var freshchatUser = new FreshchatUser();
22 | const getUserProfile = async () => {
at Object.<anonymous> (screens/Support.js:19:11)
at Object.<anonymous> (navigation/stacks/PatientStack.js:18:1)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am getting the following error when I run my test cases by using jest.
● Test suite failed to run
The text was updated successfully, but these errors were encountered: