-
Notifications
You must be signed in to change notification settings - Fork 63
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
chore(react-native): react native unit testing setup #1090
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Checked that the new tests ran in CI. There's an issue with NextJS example app deployment which is not related to this PR. |
The nextjs example app deployments should not be running with these PRs 🤔 . |
Thank you @BethanyBerkowitz! Hopefully with the added unit tests we will go away from the discussions of "was this supposed to work like this?" or "is this functionality necessary/redundant?" |
Status
READY
Description
Closes #902.
It includes:
androidUtils
testingiosUtils
testing (more would be helpful, see note in the file)transport
testingIt does not include testing on
index.ts
, which can go in a follow-up PR.Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.