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

Allowed named classes and functions as BlockNames #5154

Merged
merged 13 commits into from
Dec 24, 2017
Merged

Allowed named classes and functions as BlockNames #5154

merged 13 commits into from
Dec 24, 2017

Commits on Dec 21, 2017

  1. Allowed named classes and functions as BlockNames

    describe can now take in classes and functions as the names.
    Josh Goldberg committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    2ec0c8b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Configuration menu
    Copy the full SHA
    79a11aa View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Corrected globals.test.js.snap

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    b335f41 View commit details
    Browse the repository at this point in the history
  2. Mentioned changes in CHANGELOG.md

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    db2fc7d View commit details
    Browse the repository at this point in the history
  3. Master!

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    0bae63c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into describe-function-and-class-names

    # Conflicts:
    #	CHANGELOG.md
    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    67dcfe6 View commit details
    Browse the repository at this point in the history
  5. Added failure for non-string/class/function

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    8cd8505 View commit details
    Browse the repository at this point in the history
  6. I am become pretty

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    74ca575 View commit details
    Browse the repository at this point in the history
  7. Fixed failure message for globals.test.js.snap

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    c4b8343 View commit details
    Browse the repository at this point in the history
  8. Removed error test case for array-as-descriptor

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    e1f6c7f View commit details
    Browse the repository at this point in the history
  9. Removed error test for array-as-descriptor

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    9c6b2c5 View commit details
    Browse the repository at this point in the history
  10. Added allowance for numbers as test descriptors

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    0744cf9 View commit details
    Browse the repository at this point in the history
  11. Prettier...

    Josh Goldberg committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    e547ef4 View commit details
    Browse the repository at this point in the history