Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade jest #22

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Upgrade jest #22

merged 1 commit into from
Oct 19, 2023

Conversation

pavelflux
Copy link
Contributor

@leoromanovsky another PR from me. I did not do a release yet, so could be included in release you will do after upgrading release-it package.

Running tests on my local gives error:

pavel@Pavels-MacBook-Pro-2 react-native-sdk % yarn test
yarn run v1.22.19
$ jest
 FAIL  src/__tests__/index.test.tsx
  ● Test suite failed to run

    TypeError: Cannot assign to read only property 'performance' of object '#<Object>'

      at Object.<anonymous> (node_modules/react-native/jest/setup.js:404:20)

According to the issue: facebook/react-native#35701
it can be fixed by upgrading Jest.

@leoromanovsky leoromanovsky merged commit 47574e6 into main Oct 19, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants