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 require('buffer') on 4 test files #13844

Closed

Commits on Jun 21, 2017

  1. test: remove require('buffer') on 4 test files

    We don't use the global Buffer throughout the lib/ to avoid circular
    dependency issues in core, but we actually don't need to require it on
    test files. So remove them on:
    
    + test/parallel/test-stream-uint8array.js
    + test/parallel/test-stream2-finish-pipe.js
    + test/parallel/test-tls-session-cache.js
    + test/parallel/test-vm-cached-data.js
    
    Refs: nodejs#13836
    XadillaX committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    68acc80 View commit details
    Browse the repository at this point in the history