-
Notifications
You must be signed in to change notification settings - Fork 274
Feat/fire event api #11
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
Conversation
src/__tests__/fireEvent.test.js
Outdated
}, | ||
}), | ||
{ virtual: true } | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we move RN mock to a helper and use in all related tests?
This is awesome! Left small nits to fix, but other than that looks sweet 😇 Please add docs too. |
1180912
to
f4b999a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Implementation of fireEvent API.
Fixes #7