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 6cf9b17 commit 593d3a9Copy full SHA for 593d3a9
README.md
@@ -15,7 +15,7 @@ yarn add --dev snapshot-diff
15
const snapshotDiff = require('snapshot-diff');
16
17
test('snapshot difference between 2 strings', () => {
18
- expect(snapshotDiff(a, b).toMatchSnapshot();
+ expect(snapshotDiff(a, b)).toMatchSnapshot();
19
});
20
21
const React = require('react');
0 commit comments