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: Update .toHaveBeenCalled() documentation #14847

Merged
merged 9 commits into from
Jan 17, 2024
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Updated changelog entry to be more reflective of change.
  • Loading branch information
arescrimson committed Jan 12, 2024
commit 256f830f46499b6e6ec66a4e656dcd191de87f33
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 73,7 @@
- `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274))
- `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653))
- `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))`
- `[docs]` Corrected `.toHaveBeenCalled()` description ([#14842](https://github.com/jestjs/jest/pull/14842))`
- `[docs]` Corrected `.toHaveBeenCalled()` naming and description([#14842](https://github.com/jestjs/jest/pull/14842))

## 29.7.0

Expand Down
Loading