Function deregisterMockEndpoint

  • Remove registration of mock endpoint

    Parameters

    • method: string

      Http Verb

    • url: string

      URL of the endpoint being mocked

    • handler_map: HashMap<MockHttpRequestHandler<any>> = _handlers

      Handler map to remove the endpoint from. Defaults to the global handler map

    Returns void