UNPKG

@iamkenos/iris

Version:

Test API endpoints with Axios & Jest using a collection of custom matchers and built-in utility functions.

9 lines (8 loc) 251 B
import { Request, Response } from "../client/index"; export declare const whenSendRequest: <T = any>(request: Request) => Promise<import("axios").AxiosResponse<string, any> & { time: number; request: any; body: any; } & { body: T; }>;