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 8f5bfe2 commit 6cf9b17Copy full SHA for 6cf9b17
README.md
@@ -33,7 +33,7 @@ test('snapshot difference between 2 React components state', () => {
33
34
Produced snapshot:
35
```diff
36
-exports[`diffs short strings 1`] = `
+exports[`snapshot difference between 2 strings 1`] = `
37
"- First value
38
+ Second value
39
@@ -43,7 +43,7 @@ exports[`diffs short strings 1`] = `
43
"
44
`;
45
46
-exports[`detects React components 1`] = `
+exports[`snapshot difference between 2 React components state 1`] = `
47
"- <Component test=\\"say\\" />
48
+ <Component test=\\"my name\\" />
49
0 commit comments