Interface MockOptions

interface MockOptions {
    delayResponse?: number;
    onNoMatch?: "passthrough" | "throwException";
}

Properties

delayResponse?: number
onNoMatch?: "passthrough" | "throwException"