Type alias ExpectMatcherState

ExpectMatcherState: {
    isNot: boolean;
    promise: "rejects" | "resolves" | "";
    utils: ExpectMatcherUtils;
}

Type declaration

Generated using TypeDoc