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;
|
||||
};
|
||||
|
||||
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