Skip to content

Commit bcf2bb5

Browse files
committed
ci: ok
1 parent 2dc8628 commit bcf2bb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/setup-safetest.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ setup({
66
// https://github.com/kolodny/safetest/issues/18
77
matchImageSnapshotOptions: {
88
// CI is installing a different version of chromium and ffmpeg than the one we use locally
9-
failureThreshold: 0.05,
9+
failureThreshold: '0.05',
1010
failureThresholdType: 'percent',
11-
customDiffConfig: { threshold: 0.05 },
1211
capture: 'viewport',
1312
},
1413
ciOptions: {

0 commit comments

Comments
 (0)