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

tty, test: refactor exports and add coverage #16959

Merged
merged 2 commits into from
Nov 14, 2017
Merged

Commits on Nov 14, 2017

  1. tty: refactor exports

    This commit moves the tty module's exports to a single object,
    which is more aligned with other core modules.
    
    PR-URL: nodejs#16959
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    cjihrig committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    8ae4e1c View commit details
    Browse the repository at this point in the history
  2. test: add coverage to tty module

    PR-URL: nodejs#16959
    Reviewed-By: Gireesh Punathil <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    cjihrig committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    4b5a816 View commit details
    Browse the repository at this point in the history