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

Jest 21.0.0 compatibility: Make message in matchers a function #72

Merged

Commits on Sep 5, 2017

  1. Configuration menu
    Copy the full SHA
    fa771a6 View commit details
    Browse the repository at this point in the history
  2. Jest 21.0.0: Make message in matchers a function

    Jest 21.0.0 and above expect `result.message` to be a function.
    
    See Jest commit:
    jestjs/jest@b3d944e
    myabc committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    5f64df6 View commit details
    Browse the repository at this point in the history