Remove unnecessary async

This commit is contained in:
Adam Gastineau 2025-01-23 12:34:29 -08:00
parent f3b5838add
commit ded2fe2f5e

View file

@ -387,7 +387,7 @@ export function toHaveTitle(
}, expected, options);
}
export async function toHaveURL(
export function toHaveURL(
this: ExpectMatcherState,
page: Page,
expected: string | RegExp | ((url: URL) => boolean),