We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447403 commit 5d2f336Copy full SHA for 5d2f336
lib/image-helper.d.ts
@@ -10,7 +10,7 @@ export declare class ImageHelper {
10
blockOutAreas: IRectangle[];
11
imageOutputLimit(): ImageOptions;
12
thresholdType(): ImageOptions;
13
- threshold(thresholdType: any): 0.01 | 10;
+ threshold(thresholdType: any): 10 | 0.01;
14
delta(): number;
15
static cropImageDefault(_args: INsCapabilities): {
16
x: number;
package.json
@@ -28,7 +28,7 @@
28
"blink-diff": "~1.0.13",
29
"chai": "~4.1.0",
30
"chai-as-promised": "~7.1.0",
31
- "frame-comparer": "^1.0.3",
+ "frame-comparer": "^2.0.0",
32
"glob": "7.1.0",
33
"mobile-devices-controller": "~2.5.0",
34
"mocha": "~5.1.0",
0 commit comments