-
-
Notifications
You must be signed in to change notification settings - Fork 660
Add cleanMocks
to MockClient
and MockPool
#4176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cleanMocks
to MockClient
and MockPool
#4176
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@metcoder95 The failing tests seem unrelated to this PR. Can we merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nits
Co-authored-by: Matteo Collina <matteo.collina@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This relates to...
closes: #3737
Rationale
Changes
Add
cleanMocks
method toInterceptable
interface and implement it inMockPool
andMockClient
.Add tests, typings, docs.
Features
add
cleanMocks
methodBug Fixes
Breaking Changes and Deprecations
Status