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: refactor large event emitter tests #6446

Merged
merged 1 commit into from
May 2, 2016
Merged

Commits on May 2, 2016

  1. test: refactor large event emitter tests

    This commit splits several large event emitter tests into smaller
    block scoped tests. This keeps the tests more isolated. This
    commit also replaces var with const, assert.equal() with
    assert.stictEqual(), and other small enhancements.
    
    PR-URL: nodejs#6446
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig committed May 2, 2016
    Configuration menu
    Copy the full SHA
    1ab5b4e View commit details
    Browse the repository at this point in the history