chore: export MatcherReturnType type

This commit is contained in:
Pavel Feldman 2024-03-26 18:51:45 -07:00
parent d7710f0c3e
commit 330ec2ec2f
2 changed files with 2 additions and 2 deletions

View file

@ -7033,7 +7033,7 @@ export type ExpectMatcherState = {
utils: ExpectMatcherUtils;
};
type MatcherReturnType = {
export type MatcherReturnType = {
message: () => string;
pass: boolean;
name?: string;

View file

@ -409,7 +409,7 @@ export type ExpectMatcherState = {
utils: ExpectMatcherUtils;
};
type MatcherReturnType = {
export type MatcherReturnType = {
message: () => string;
pass: boolean;
name?: string;