mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
test: clear rebased ci helper typing
This commit is contained in:
@@ -624,7 +624,7 @@ function createMockBrowser(
|
||||
options?: { boundingBox?: { x: number; y: number; width: number; height: number } },
|
||||
) {
|
||||
const browser = {
|
||||
newPage: vi.fn(async () => {
|
||||
newPage: vi.fn(async (_options?: unknown) => {
|
||||
const page = createMockPage(options);
|
||||
pages.push(page);
|
||||
return page;
|
||||
|
||||
Reference in New Issue
Block a user