skovhus / jest-codemods

Codemods for migrating to Jest https://github.com/facebook/jest 👾
MIT License
878 stars 81 forks source link

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

Closed jase88 closed 3 weeks ago

jase88 commented 3 weeks ago

partially fixes #592

codecov[bot] commented 3 weeks ago

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 :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.