Skip to content
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

feat: getting mock calls with command type and payload filter #61

Merged
merged 3 commits into from
Nov 6, 2021

Conversation

m-radzikowski
Copy link
Owner

@m-radzikowski m-radzikowski commented Oct 31, 2021

Closes #59

@codecov-commenter
Copy link

Codecov Report

Merging #61 (7019790) into main (7c85252) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #61   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines           86        92    +6     
  Branches        12        13    +1     
=========================================
+ Hits            86        92    +6     
Impacted Files Coverage Δ
src/awsClientStub.ts 100.00% <100.00%> (ø)
src/mockClient.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c85252...7019790. Read the comment docs.

@m-radzikowski m-radzikowski merged commit b3f3250 into main Nov 6, 2021
@m-radzikowski m-radzikowski deleted the issue59 branch November 6, 2021 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typed calls to access returnValue and args
2 participants