Commit 2ff0c86
committed
fix: add maxDiffPixels to both snapshot calls in static test
The first toMatchSnapshot call (line 37) was missing maxDiffPixels,
causing failures even though the second call had it.1 parent a002424 commit 2ff0c86
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments