UNPKG

ngx-testing-tools

Version:
4 lines (3 loc) 308 B
import { HttpTestingController } from '@angular/common/http/testing'; import { BodyType, SuccessResponseConfig } from './models/success-response-config.model'; export declare function emitFakeSuccessResponse<T extends BodyType>(httpController: HttpTestingController, config: SuccessResponseConfig<T>): void;