From 6d353cc0e106b72b26a55d35317d35c799fceeba Mon Sep 17 00:00:00 2001 From: Rogelio Guzman Date: Mon, 8 Jan 2018 09:56:28 -0800 Subject: [PATCH] Add changelog for #5069 (#5250) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95bc7d551d2..7048c2c3b311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Fixes +* `[expect]` Fail test when the types of `stringContaining` and `stringMatching` matchers do not match. * `[jest-cli]` Treat dumb terminals as noninteractive ([#5237](https://github.com/facebook/jest/pull/5237)) * `[jest-cli]` `jest --onlyChanged --changedFilesWithAncestor` now also works with git. ([#5189](https://github.com/facebook/jest/pull/5189))