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

docs: describe how to mock/spy class specific method #12257

Merged
merged 7 commits into from
Feb 14, 2022

Commits on Jan 18, 2022

  1. describe how to mock/spy class specific method

    I believe it would be useful for other users to know how to mock/spy just some method of a class.
    Following these examples here:
    https://stackoverflow.com/questions/50091438/jest-how-to-mock-one-specific-method-of-a-class
    holylander authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    2dd26ac View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. update main docs as well

    holylander committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f2ea1ac View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. changes run by prettier

    holylander committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    cd3241d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd64a33 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    11ce097 View commit details
    Browse the repository at this point in the history
  2. syntax error and prettier

    SimenB committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    20d25cd View commit details
    Browse the repository at this point in the history
  3. 27.5

    SimenB committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5b62f85 View commit details
    Browse the repository at this point in the history