From 158cd633751b7d55b883f0493ae4c8545bc5f64c Mon Sep 17 00:00:00 2001 From: Francesco Soncina Date: Mon, 15 Jan 2018 14:08:20 +0100 Subject: [PATCH] chore: include #5107 in CHANGELOG.md (#5314) `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