diff --git a/packages/playwright/types/test.d.ts b/packages/playwright/types/test.d.ts index 28bc7798b5..84de1759ce 100644 --- a/packages/playwright/types/test.d.ts +++ b/packages/playwright/types/test.d.ts @@ -6548,7 +6548,7 @@ export type MatcherReturnType = { log?: string[]; }; -type MakeMatchers = { +export type MakeMatchers = { /** * If you know how to test something, `.not` lets you test its opposite. */