Skip to content

Commit 4edefee

Browse files
Set proper name for toMatchDiffSnapshot test (oops 😅).
1 parent 3a50ae3 commit 4edefee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎__tests__/toMatchDiffSnapshot.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ beforeAll(() => {
3434
expect.extend({ toMatchDiffSnapshot: snapshotDiff.toMatchDiffSnapshot });
3535
});
3636

37-
test('foo', () => {
37+
test('works with default options', () => {
3838
expect(a).toMatchDiffSnapshot(b);
3939
});
4040

0 commit comments

Comments
 (0)