From 6dfff65c139c0ca67ee30c50db73d251675bafd4 Mon Sep 17 00:00:00 2001 From: Francesco Soncina Date: Mon, 15 Jan 2018 13:41:32 +0100 Subject: [PATCH] chore: include #5107 in CHANGELOG.md `spyOn` in getters and setters is available starting from Jest v. 22.0.5, see #5107 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d9b9293888..d9a4ea35d2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,8 @@ ([#5154](https://github.com/facebook/jest/pull/5154)) * `[jest-jasmine2]` Support generator functions as specs. ([#5166](https://github.com/facebook/jest/pull/5166)) +* `[jest-jasmine2]` Allow `spyOn` with getters and setters. + ([#5107](https://github.com/facebook/jest/pull/5107)) * `[jest-config]` Allow configuration objects inside `projects` array ([#5176](https://github.com/facebook/jest/pull/5176)) * `[expect]` Add support to `.toHaveProperty` matcher to accept the keyPath