We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6f790 commit 9064f2eCopy full SHA for 9064f2e
types/index.d.ts
@@ -47,9 +47,10 @@ declare class MockAdapter {
47
48
adapter(): AxiosAdapter;
49
reset(): void;
50
+ resetHistory(): void;
51
restore(): void;
-
52
- history: { [method:string]:AxiosRequestConfig[]; };
+
53
+ history: { [method: string]: AxiosRequestConfig[] };
54
55
onGet: RequestMatcherFunc;
56
onPost: RequestMatcherFunc;
0 commit comments