UNPKG

exotec-error-server

Version:

Serveur de simulation d'erreurs HTTP pour tests Exotec

8 lines 313 B
export declare function setServerErrorMode(errorCode: number | null): void; export declare function getServerToCatchAnswer(): any; export declare function getCapturedRequests(): { url: string; load: any; }[]; export declare function clearCapturedRequests(): void; //# sourceMappingURL=catchAnswer.d.ts.map