Skip to content

Commit 0770381

Browse files
2 parents 9af20db + 17f3949 commit 0770381

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/image-helper.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ export class ImageHelper {
6161
imageAPath: actual,
6262
imageBPath: expected,
6363
imageOutputPath: output,
64-
imageOutputLimit: this.imageOutputLimit,
64+
imageOutputLimit: this.imageOutputLimit(),
6565
thresholdType: typeThreshold,
6666
threshold: valueThreshold,
67-
delta: this.delta,
68-
cropImageA: this.cropImageA,
69-
cropImageB: this.cropImageB,
70-
verbose: this.verbose,
67+
delta: this.delta(),
68+
cropImageA: this.cropImageA(),
69+
cropImageB: this.cropImageB(),
70+
verbose: this.verbose(),
7171
});
7272

7373
return this.runDiff(diff, output);

0 commit comments

Comments
 (0)