Skip to content

Commit 5136299

Browse files
committed
Update index-test with new diff values
After making the change to how transparent pixels are handled, we needed an update to the index-test.
1 parent e7d2f02 commit 5136299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/index-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ it('produces a trace svg', () => {
3737

3838
it('has meta-data', () => {
3939
const { diff, maxDiff } = subject();
40-
expect(diff).toEqual(0.049155430620799745);
41-
expect(maxDiff).toEqual(0.7809273602519097);
40+
expect(diff).toEqual(0.20505992912433182);
41+
expect(maxDiff).toEqual(1);
4242
});

0 commit comments

Comments
 (0)