import { MockScope } from "https://deno.land/x/deno_mock_fetch@1.0.1/mock-scope.ts";
Defines the scope API for an interceptor response
Constructors
new
MockScope(mockRequest: MockRequest)Properties
readonly
metadata: Readonly<MockRequest>Mock Request Metadata for the Mock Scope.