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(jasmine): add support for *.calls.reset() #606

Merged
merged 2 commits into from
Aug 29, 2024
Merged

feat(jasmine): add support for *.calls.reset() #606

merged 2 commits into from
Aug 29, 2024

Conversation

jase88
Copy link
Contributor

@jase88 jase88 commented Aug 28, 2024

fixes #602

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (a94e2b5) to head (cccbce7).
Report is 65 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #606      +/-   ##
==========================================
+ Coverage   92.38%   92.64%   +0.25%     
==========================================
  Files          26       27       +1     
  Lines        1944     2039      +95     
  Branches      405      417      +12     
==========================================
+ Hits         1796     1889      +93     
  Misses        102      102              
- Partials       46       48       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skovhus skovhus enabled auto-merge (squash) August 29, 2024 06:42
@skovhus skovhus merged commit d0c2da8 into skovhus:main Aug 29, 2024
1 check passed
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.

jasmine *.calls.reset() should be replaced by *.mockReset()
2 participants