File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/jest-community/snapshot-diff.svg )] ( https://greenkeeper.io/ )
44[ ![ npm version] ( https://badge.fury.io/js/snapshot-diff.svg )] ( https://badge.fury.io/js/snapshot-diff )
55
6- Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshoted with ` toMatchSnapshot() ` .
7- Especially helpful when testing the difference between different states of a React component.
6+ Diffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshotted with ` toMatchSnapshot() ` .
7+ Especially helpful when testing the difference between different React component states .
88
99## Installation
1010``` bash
You can’t perform that action at this time.
0 commit comments