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

Testing that the .emit call is a no-op when no listeners are registered. #24

Merged
merged 5 commits into from
Sep 3, 2022

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Sep 2, 2022

Only emit when no listeners are listening to the specific event given.

Adds unit tests to test that the .emit(...) method returns quickly when no listeners are registered.

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants