chore: export MatcherReturnType type (#30139)
Fixes https://github.com/microsoft/playwright/issues/30131
This commit is contained in:
parent
352609c44f
commit
5912362089
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -7033,7 +7033,7 @@ export type ExpectMatcherState = {
|
|||
utils: ExpectMatcherUtils;
|
||||
};
|
||||
|
||||
type MatcherReturnType = {
|
||||
export type MatcherReturnType = {
|
||||
message: () => string;
|
||||
pass: boolean;
|
||||
name?: string;
|
||||
|
|
|
|||
2
utils/generate_types/overrides-test.d.ts
vendored
2
utils/generate_types/overrides-test.d.ts
vendored
|
|
@ -409,7 +409,7 @@ export type ExpectMatcherState = {
|
|||
utils: ExpectMatcherUtils;
|
||||
};
|
||||
|
||||
type MatcherReturnType = {
|
||||
export type MatcherReturnType = {
|
||||
message: () => string;
|
||||
pass: boolean;
|
||||
name?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue