Skip to content

Commit 593d3a9

Browse files
Kent C. Doddsthymikee
authored andcommitted
docs(README): fix typo (#1)
1 parent 6cf9b17 commit 593d3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ yarn add --dev snapshot-diff
1515
const snapshotDiff = require('snapshot-diff');
1616

1717
test('snapshot difference between 2 strings', () => {
18-
expect(snapshotDiff(a, b).toMatchSnapshot();
18+
expect(snapshotDiff(a, b)).toMatchSnapshot();
1919
});
2020

2121
const React = require('react');

0 commit comments

Comments
 (0)