Remove unnecessary async
This commit is contained in:
parent
f3b5838add
commit
ded2fe2f5e
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue