Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing authored and marcbachmann committed Mar 27, 2023
1 parent 3ccceaf commit ac59d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type RequestMatcherFunc = (
matcher?: string | RegExp,
body?: string | AsymmetricRequestDataMatcher,
headers?: AsymmetricHeadersMatcher
) => AxiosAdapter.RequestHandler;
) => MockAdapter.RequestHandler;

declare class MockAdapter {
constructor(axiosInstance: AxiosStatic, options?: MockAdapterOptions);
Expand Down

0 comments on commit ac59d30

Please sign in to comment.