NockMethod: ((...args: Parameters<typeof nock>) => ReturnType<typeof nock> & {
    at?: CallSiteLike;
}) & {
    disableNetConnect: typeof nock["disableNetConnect"];
    enableNetConnect: typeof nock["enableNetConnect"];
    snapshot: ((options?: NockRecorderOptionsMaybe & NockRecorderLoadOptions) => nock.Scope[]);
}

Just like the nock() function, but with a .snapshot() method

t.nock.snapshot() requires that @tapjs/snapshot is not disabled, but this plugin will otherwise function normally without it.