Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update CHANGELOG
  • Loading branch information
UselessPickles committed May 24, 2018
commit 227013bb496609116752e41e4ae769d5757b5327
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
([#6221](https://github.com/facebook/jest/pull/6221))
* `[expect]` Improve return matchers
([#6172](https://github.com/facebook/jest/pull/6172))
* `[jest-mock]` Include tracked call results in serialized mock
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably be marked as a breaking change in hindsight - this will break people's snapshots if the have jest mocks in them

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just experienced it. This is definitely a breaking change.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR welcome 🙂

([#6244](https://github.com/facebook/jest/pull/6244))

### Fixes

Expand Down