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

fix(docs) clarify expect.any #12266

Merged
merged 3 commits into from Jan 24, 2022
Merged

fix(docs) clarify expect.any #12266

merged 3 commits into from Jan 24, 2022

Commits on Jan 24, 2022

  1. fix(docs) clarify expect.any

    `expect.any` claims that it will check an object is created with a given constructor. This doesn't match the example following it since numbers are not created using the number constructor (they may be obtained with the number constructor called as a function).
    benjamingr committed Jan 24, 2022
    Copy the full SHA
    76074ce View commit details
    Browse the repository at this point in the history
  2. Update docs/ExpectAPI.md

    Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
    benjamingr and SimenB committed Jan 24, 2022
    Copy the full SHA
    050d1f1 View commit details
    Browse the repository at this point in the history
  3. feedback

    benjamingr committed Jan 24, 2022
    Copy the full SHA
    3beb1fa View commit details
    Browse the repository at this point in the history