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: remove util from test-repl-setprompt #3338

Closed
wants to merge 1 commit into from
Closed

test: remove util from test-repl-setprompt #3338

wants to merge 1 commit into from

Commits on Oct 13, 2015

  1. test: remove util from test-repl-setprompt

    Util is being used only for string templating. Inspired by #3324, this commit removes util from the test, and instead uses back ticks to do the templating. The commit also replaces the var declaration with const, and replaces the leading comma style used for variable declaration to match the style found in other tests.
    Myles Borins committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    21af94e View commit details
    Browse the repository at this point in the history