Skip to content

Commit

Permalink
chore: include jestjs#5107 in CHANGELOG.md
Browse files Browse the repository at this point in the history
`spyOn` in getters and setters is available starting from Jest v. 22.0.5, see jestjs#5107
  • Loading branch information
phra committed Jan 15, 2018
1 parent cdc048d commit 6dfff65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit 6dfff65

Please sign in to comment.