chore: export MatcherReturnType type
This commit is contained in:
parent
d7710f0c3e
commit
330ec2ec2f
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;
|
utils: ExpectMatcherUtils;
|
||||||
};
|
};
|
||||||
|
|
||||||
type MatcherReturnType = {
|
export type MatcherReturnType = {
|
||||||
message: () => string;
|
message: () => string;
|
||||||
pass: boolean;
|
pass: boolean;
|
||||||
name?: string;
|
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;
|
utils: ExpectMatcherUtils;
|
||||||
};
|
};
|
||||||
|
|
||||||
type MatcherReturnType = {
|
export type MatcherReturnType = {
|
||||||
message: () => string;
|
message: () => string;
|
||||||
pass: boolean;
|
pass: boolean;
|
||||||
name?: string;
|
name?: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue