We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9af20db + 17f3949 commit 0770381Copy full SHA for 0770381
lib/image-helper.ts
@@ -61,13 +61,13 @@ export class ImageHelper {
61
imageAPath: actual,
62
imageBPath: expected,
63
imageOutputPath: output,
64
- imageOutputLimit: this.imageOutputLimit,
+ imageOutputLimit: this.imageOutputLimit(),
65
thresholdType: typeThreshold,
66
threshold: valueThreshold,
67
- delta: this.delta,
68
- cropImageA: this.cropImageA,
69
- cropImageB: this.cropImageB,
70
- verbose: this.verbose,
+ delta: this.delta(),
+ cropImageA: this.cropImageA(),
+ cropImageB: this.cropImageB(),
+ verbose: this.verbose(),
71
});
72
73
return this.runDiff(diff, output);
0 commit comments