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 3
3
[ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/jest-community/snapshot-diff.svg )] ( https://greenkeeper.io/ )
4
4
[ ![ npm version] ( https://badge.fury.io/js/snapshot-diff.svg )] ( https://badge.fury.io/js/snapshot-diff )
5
5
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 .
8
8
9
9
## Installation
10
10
``` bash
You can’t perform that action at this time.
0 commit comments