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: fix and improve debugger-client test #10371

Closed

Commits on Dec 21, 2016

  1. test: fix and improve debugger-client test

    This test expects the string 'Debugger listening on port' on stderr and
    since the message has been changed to 'Debugger listening on host:port'
    this was failing always.
    
    Apart from that, this test expects the main script's name to be
    `src/node.js`, but that has been renamed to `lib/internal/node.js` and
    then to `lib/internal/bootstrap_node.js`. So, the script name has been
    updated.
    
    Apart from that, using `const` instead of `var` wherever possible.
    
    Refer: nodejs#10361
    thefourtheye committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    2df054b View commit details
    Browse the repository at this point in the history