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 spyOn returnValues method #601

Merged
merged 2 commits into from
Aug 28, 2024
Merged

feat(jasmine): add support for spyOn returnValues method #601

merged 2 commits into from
Aug 28, 2024

Conversation

jase88
Copy link
Contributor

@jase88 jase88 commented Aug 27, 2024

fixes #597

Copy link

codecov bot commented Aug 27, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.62%. Comparing base (a94e2b5) to head (46053b8).
Report is 63 commits behind head on main.

Files Patch % Lines
src/transformers/jasmine-globals.ts 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #601      +/-   ##
==========================================
+ Coverage   92.38%   92.62%   +0.23%     
==========================================
  Files          26       27       +1     
  Lines        1944     2033      +89     
  Branches      405      416      +11     
==========================================
+ Hits         1796     1883      +87     
  Misses        102      102              
- Partials       46       48       +2     

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

@skovhus skovhus merged commit 11ce2fe into skovhus:main Aug 28, 2024
2 of 3 checks 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 spyOn returnValues should be supported
2 participants