You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are new versions of jest-image-snapshot available from npm.
2.0.0
Version 2.0.0 was a true community effort and brings in these changes:
Adds default configuration option for toMatchImageSnapshot() allowing you to apply a common configuration for all uses of toMatchImageSnapshot(). Thanks chrbala! (How to work with imports from meteor packages #20)
toMatchImageSnapshot() no longer creates a diff snapshot for passing builds (Yay less bloat!) Thanks phawxby! (Add support for 'jsx' extensions #18)
Replaces blink-diff with pixelmatch as pixelmatch is a better maintained, better performant library (toMatchImageSnapshot() is ~66% faster in some of our tests). Note that this is a breaking change in that some of the custom options you may have been using from blink-diff are not available in pixelmatch though for out of the box toMatchImageSnapshot() usage it is fully compatible with your code . Thanks phawxby for this change! (Get some features from ClojureScript devcards #19)
There are new versions of jest-image-snapshot available from npm.
2.0.0
Version 2.0.0 was a true community effort and brings in these changes:
toMatchImageSnapshot()
allowing you to apply a common configuration for all uses oftoMatchImageSnapshot()
. Thanks chrbala! (How to work with imports from meteor packages #20)toMatchImageSnapshot()
no longer creates a diff snapshot for passing builds (Yay less bloat!) Thanks phawxby! (Add support for 'jsx' extensions #18)toMatchImageSnapshot()
is ~66% faster in some of our tests). Note that this is a breaking change in that some of the custom options you may have been using from blink-diff are not available in pixelmatch though for out of the boxtoMatchImageSnapshot()
usage it is fully compatible with your code . Thanks phawxby for this change! (Get some features from ClojureScript devcards #19)npm install
#15)The text was updated successfully, but these errors were encountered: