Skip to content

Commit

Permalink
Revert "chore(types) add originalAdapter"
Browse files Browse the repository at this point in the history
This reverts commit e6b2d2f.
  • Loading branch information
ctimmerm committed Sep 7, 2021
1 parent 4eff4d4 commit ae34895
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ declare class MockAdapter {
constructor(axiosInstance: AxiosInstance, options?: MockAdapterOptions);

adapter(): AxiosAdapter;
originalAdapter(): AxiosAdapter;
reset(): void;
resetHandlers(): void;
resetHistory(): void;
Expand Down
4 changes: 0 additions & 4 deletions types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ namespace ExposesAdapter {
mock.adapter();
}

namespace ExposesOriginalAdapter {
mock.originalAdapter();
}

namespace SupportsReset {
mock.reset();
}
Expand Down

0 comments on commit ae34895

Please sign in to comment.