diff --git a/types/index.d.ts b/types/index.d.ts index 293a12b..3797a09 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -47,9 +47,10 @@ declare class MockAdapter { adapter(): AxiosAdapter; reset(): void; + resetHistory(): void; restore(): void; - - history: { [method:string]:AxiosRequestConfig[]; }; + + history: { [method: string]: AxiosRequestConfig[] }; onGet: RequestMatcherFunc; onPost: RequestMatcherFunc;