-
Notifications
You must be signed in to change notification settings - Fork 468
test: add bubbling tests #386
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
test: add bubbling tests #386
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit dfc8772:
|
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.
Looks fine to me. Thanks! Just one thing.
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.
Super!
@all-contributors please add @pheeria for tests |
I've put up a pull request to add @pheeria! 🎉 |
🎉 This PR is included in version 6.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Add tests to check event propagation.
Why:
To have a better coverage. Currently, only firing events on elements directly is being tested.
How:
div
(being the most generic element)div
div
inside of adiv
div
div
to fireChecklist:
docs site N/A
DefinitelyTyped N/A
I also fixed what I believe to be copy-paste error with the
message
event.