We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60af75 commit 1634f90Copy full SHA for 1634f90
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [v1.1.2](https://github.com/nicoespeon/jest-extended-snapshot/compare/v1.1.1...v1.1.2) (2020-08-26)
4
+
5
+Add simpler setup instructions for Jest 24+, thanks to @FredericEspiau.
6
7
## [v1.1.1](https://github.com/nicoespeon/jest-extended-snapshot/compare/v1.1.0...v1.1.1) (2020-05-14)
8
9
Loosen peer dependency so it works with Jest versions above 23.
package.json
@@ -1,6 +1,6 @@
{
"name": "jest-extended-snapshot",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Additional Jest matchers for snapshot testing",
"repository": "https://github.com/nicoespeon/jest-extended-snapshot",
"author": "Nicolas Carlo <[email protected]>",
0 commit comments