mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 11:37:38 +00:00
chore: Fix types in tests 45/N.
This commit is contained in:
@@ -51,7 +51,7 @@ function createBrowser(pages: unknown[]) {
|
||||
contexts: () => [ctx],
|
||||
on: vi.fn(),
|
||||
close: vi.fn().mockResolvedValue(undefined),
|
||||
};
|
||||
} as unknown as import("playwright-core").Browser;
|
||||
}
|
||||
|
||||
let chromiumMock: typeof import("playwright-core").chromium;
|
||||
|
||||
Reference in New Issue
Block a user