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: cleanup IIFE tests #7694

Merged
merged 1 commit into from
Jul 15, 2016
Merged

test: cleanup IIFE tests #7694

merged 1 commit into from
Jul 15, 2016

Commits on Jul 15, 2016

  1. test: cleanup IIFE tests

    A number of test files use IIFEs to separate distinct tests from
    each other in the same file. The project has been moving toward
    using block scopes and let/const in favor of IIFEs. This commit
    moves IIFE tests to block scopes. Some additional cleanup such
    as use of strictEqual() and common.mustCall() is also included.
    
    PR-URL: nodejs#7694
    Reviewed-By: Santiago Gimeno <[email protected]>
    cjihrig committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    4a40832 View commit details
    Browse the repository at this point in the history