interface CustomMatcherResult {
    message: () => string;
    pass: boolean;
}

Properties

Properties

message: () => string
pass: boolean