test: clear rebased ci helper typing

This commit is contained in:
Peter Steinberger
2026-05-10 16:51:46 +01:00
parent f3ee9e26f9
commit a89634da59
11 changed files with 53 additions and 23 deletions

View File

@@ -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;