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: accept differently formatted output #1327

Merged
merged 1 commit into from Apr 8, 2019

Commits on Apr 7, 2019

  1. test: accept differently formatted output

    The default for Node.js's `util.inspect` `compact` option might soon
    change to `3` which slightly changes the default output for objects.
    This change accepts both formats so that the test passes in all Node.js
    versions.
    
    Refs: nodejs/node#27109
    BridgeAR committed Apr 7, 2019
    Copy the full SHA
    e3d42dc View commit details
    Browse the repository at this point in the history