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: refactoring test-repl-tab-complete with common.mustCall #2122

Commits on Jul 7, 2015

  1. test: refactoring test-repl-tab-complete with common.mustCall

    The original test uses a variable to explicitly count how many times
    the callback is invoked. This patch uses `common.mustCall` to track
    if the callback is called or not. This would make the test more robust
    as we don't explicitly hardcode the number of times to be called.
    thefourtheye committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    b4a555f View commit details
    Browse the repository at this point in the history