Interface NockRecorderOptionsInternal

Options passed to the @tapjs/nock!recorder.NockRecorder

interface NockRecorderOptions {
    clean: ((scope: Definition) => Definition);
    key: string;
}

Properties

Properties

clean: ((scope: Definition) => Definition)
key: string