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.
1 parent 19f28db commit 9ae3fb0Copy full SHA for 9ae3fb0
lib/screen.class.spec.ts
@@ -13,7 +13,7 @@ import { FileType } from "./file-type.enum";
13
jest.mock("./adapter/native.adapter.class");
14
jest.mock("./adapter/vision.adapter.class");
15
16
-const searchRegion = new Region(0, 0, 100, 100);
+const searchRegion = new Region(0, 0, 1000, 1000);
17
18
beforeAll(() => {
19
VisionAdapter.prototype.grabScreen = jest.fn(() => {
0 commit comments