|
|
|
@ -21,6 +21,7 @@ const config: TestRunnerConfig = { |
|
|
|
expect(image).toMatchImageSnapshot({ |
|
|
|
expect(image).toMatchImageSnapshot({ |
|
|
|
customSnapshotsDir, |
|
|
|
customSnapshotsDir, |
|
|
|
customSnapshotIdentifier: context.id, |
|
|
|
customSnapshotIdentifier: context.id, |
|
|
|
|
|
|
|
comparisonMethod: 'ssim', |
|
|
|
failureThresholdType: 'percent', |
|
|
|
failureThresholdType: 'percent', |
|
|
|
failureThreshold: 0.002, |
|
|
|
failureThreshold: 0.002, |
|
|
|
}); |
|
|
|
}); |
|
|
|
|