Node TAP
    Preparing search index...

    Interface NockRecorderOptionsInternal

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

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

    Properties

    Properties

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