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

test: increase coverage for lib/events.js #9865

Closed

Commits on Dec 1, 2016

  1. test: increase coverage for lib/events.js

    This adds tests for the case in which listeners() is invoked on a
    EventEmitter with no events.
    captainsafia committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    6d63d0d View commit details
    Browse the repository at this point in the history
  2. test: add new test case for undefined _events

    This adds a new test case for the situation in which a class
    inherits from the EventEmitter but overrides the constructor
    in the EventEmitter so that the _events is never set.
    captainsafia committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    c5fd061 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    f6d8b1b View commit details
    Browse the repository at this point in the history