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

feat(snapshot): concatenate name of test and snapshot #4460

Merged
merged 5 commits into from
Oct 10, 2017

Commits on Sep 11, 2017

  1. feat(snapshot): concatenate name of test and snapshot

    I find the context of the test name and the snapshot name very useful in cases where you have multiple different
    
    Meanwhile I also added the option to add a testName to `toThrowErrorMatchingSnapshot`.
    
    I inspired from jestjs#2094, but couldn't really find back where the exact tests are I need to change for this to work.
    
    Let me know if I'm on the correct path
    Haroenv committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    1cd2751 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. update test

    Haroenv committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    923e9eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d5f663 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Configuration menu
    Copy the full SHA
    aaae90d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ece9535 View commit details
    Browse the repository at this point in the history