Skip to content

Commit 4345b7c

Browse files
author
SentienceDEV
committed
formatted
1 parent 412d55c commit 4345b7c

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

tests/actions.test.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
* Tests for actions (click, type, press, clickRect)
33
*/
44

5-
import { SentienceBrowser, click, typeText, press, scrollTo, clickRect, snapshot, find, BBox } from '../src';
5+
import {
6+
SentienceBrowser,
7+
click,
8+
typeText,
9+
press,
10+
scrollTo,
11+
clickRect,
12+
snapshot,
13+
find,
14+
BBox,
15+
} from '../src';
616
import { createTestBrowser, getPageOrThrow } from './test-utils';
717

818
describe('Actions', () => {

tests/mocks/browser-mock.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,3 @@ export class MockBrowser implements IBrowser {
141141
return this.mockPage;
142142
}
143143
}
144-

tests/utils/action-executor.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,3 @@ describe('ActionExecutor', () => {
152152
});
153153
});
154154
});
155-

tests/utils/llm-response-builder.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,3 @@ describe('LLMResponseBuilder', () => {
101101
});
102102
});
103103
});
104-

0 commit comments

Comments
 (0)