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: make REPL test pass in coverage mode #17082

Closed
wants to merge 1 commit into from

Commits on Nov 16, 2017

  1. test: make REPL test pass in coverage mode

    Make a REPL tab completion test pass in coverage mode by using
    `Uin` as the common prefix of all `Uint*Array` globals instead
    of `co` which could be a prefix for `console` and `coverage`,
    so it doesn't expand the way it's expected to in coverage mode.
    addaleax committed Nov 16, 2017
    Configuration menu
    Copy the full SHA
    14f9be6 View commit details
    Browse the repository at this point in the history