Remove unnecessary async
This commit is contained in:
parent
f3b5838add
commit
ded2fe2f5e
|
|
@ -387,7 +387,7 @@ export function toHaveTitle(
|
||||||
}, expected, options);
|
}, expected, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function toHaveURL(
|
export function toHaveURL(
|
||||||
this: ExpectMatcherState,
|
this: ExpectMatcherState,
|
||||||
page: Page,
|
page: Page,
|
||||||
expected: string | RegExp | ((url: URL) => boolean),
|
expected: string | RegExp | ((url: URL) => boolean),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue