Skip to content

Commit 6dfff65

Browse files
authored
chore: include jestjs#5107 in CHANGELOG.md
`spyOn` in getters and setters is available starting from Jest v. 22.0.5, see jestjs#5107
1 parent cdc048d commit 6dfff65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
([#5154](https://github.com/facebook/jest/pull/5154))
7070
* `[jest-jasmine2]` Support generator functions as specs.
7171
([#5166](https://github.com/facebook/jest/pull/5166))
72+
* `[jest-jasmine2]` Allow `spyOn` with getters and setters.
73+
([#5107](https://github.com/facebook/jest/pull/5107))
7274
* `[jest-config]` Allow configuration objects inside `projects` array
7375
([#5176](https://github.com/facebook/jest/pull/5176))
7476
* `[expect]` Add support to `.toHaveProperty` matcher to accept the keyPath

0 commit comments

Comments
 (0)