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: update incorrect tests to fix build failing #11354

Merged
merged 4 commits into from Feb 5, 2019

Commits on Feb 4, 2019

  1. Chore: fix exports in comma-dangle tests

    codes like export {foo} could pass using earlier acorn, but acorn@6.0.7 fixes it.
    aladdin-add committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    171e6b6 View commit details
    Browse the repository at this point in the history
  2. Upgrade: acorn@6.0.7

    acorn@6.0.7 fixes some bugs that some rule tests relying on.
    aladdin-add committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    14c6eaf View commit details
    Browse the repository at this point in the history
  3. Update package.json

    aladdin-add committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    1b0d9b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    290bd24 View commit details
    Browse the repository at this point in the history