Skip to content

Commit dda7d0d

Browse files
committed
[ts] Ignore broken jest-puppeteer types
1 parent bf61cf9 commit dda7d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const expectedElement = async (
6666
text?: string | RegExp,
6767
timeout = 2000,
6868
): Promise<ElementHandle> =>
69+
// @ts-expect-error see #598
6970
(await expect(page).toMatchElement(selector, {text, timeout})) as any;
7071

7172
export const expectProperty = async (

0 commit comments

Comments
 (0)