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

Chore: improve coverage in lib/*.js #9130

Merged
merged 11 commits into from Aug 21, 2017
Merged

Chore: improve coverage in lib/*.js #9130

merged 11 commits into from Aug 21, 2017

Commits on Aug 20, 2017

  1. Chore: remove dead code path in ast-utils

    This was checking to see if a function is the left child of an AssignmentExpression, which isn't possible.
    not-an-aardvark committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    65865c2 View commit details
    Browse the repository at this point in the history
  2. Chore: fix incorrect test in cli.js

    This test was intended to verify that --print-config was disallowed with --stdin. However, the test didn't have an argument with --print-config, so the command failed option validation and never made it to the logic that it was supposed to test.
    not-an-aardvark committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    b210273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79079e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7cda60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f005e24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec4ad06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06b62b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8a5c97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9d20e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b29330f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    265c02c View commit details
    Browse the repository at this point in the history