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): toBeTrue/toBeFalse are migrated to toBe(true/false) #593

Merged
merged 2 commits into from
Aug 26, 2024
Merged

feat(jasmine): toBeTrue/toBeFalse are migrated to toBe(true/false) #593

merged 2 commits into from
Aug 26, 2024

Conversation

jase88
Copy link
Contributor

@jase88 jase88 commented Aug 25, 2024

partially fixes #592

Copy link

codecov bot commented Aug 25, 2024

Codecov Report

Attention: Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.

Project coverage is 92.64%. Comparing base (a94e2b5) to head (3037cb3).
Report is 61 commits behind head on main.

Files Patch % Lines
src/transformers/expect.ts 92.59% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #593      +/-   ##
==========================================
+ Coverage   92.38%   92.64%   +0.26%     
==========================================
  Files          26       27       +1     
  Lines        1944     2027      +83     
  Branches      405      415      +10     
==========================================
+ Hits         1796     1878      +82     
  Misses        102      102              
- Partials       46       47       +1     

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

@skovhus skovhus merged commit c041995 into skovhus:main Aug 26, 2024
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 Matchers with no direct equivalent are not transformed
2 participants