Skip to content

Commit 6cf9b17

Browse files
committed
Adjust snapshot titles
1 parent 8f5bfe2 commit 6cf9b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test('snapshot difference between 2 React components state', () => {
3333
3434
Produced snapshot:
3535
```diff
36-
exports[`diffs short strings 1`] = `
36+
exports[`snapshot difference between 2 strings 1`] = `
3737
"- First value
3838
+ Second value
3939
@@ -43,7 +43,7 @@ exports[`diffs short strings 1`] = `
4343
"
4444
`;
4545

46-
exports[`detects React components 1`] = `
46+
exports[`snapshot difference between 2 React components state 1`] = `
4747
"- <Component test=\\"say\\" />
4848
+ <Component test=\\"my name\\" />
4949

0 commit comments

Comments
 (0)