Skip to content

Commit fb73196

Browse files
committed
Update text.test.tsx
1 parent 622f883 commit fb73196

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/web-renderer/src/test/text.test.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ test('should render text', async (t) => {
2020
blob,
2121
testId: 'text-fixture',
2222
threshold: 0,
23-
allowedMismatchedPixelRatio:
24-
t.task.file.projectName === 'webkit' ? 0.09 : 0.001,
23+
allowedMismatchedPixelRatio: 0.09,
2524
});
2625
});
2726

0 commit comments

Comments
 (0)