skovhus / jest-codemods

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

Support CJS in sinon transformer #576

Closed bienzaaron closed 3 months ago

bienzaaron commented 3 months ago

closes #544

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.59%. Comparing base (a94e2b5) to head (6c50528). Report is 50 commits behind head on main.

:exclamation: Current head 6c50528 differs from pull request most recent head 5c61850. Consider uploading reports for the commit 5c61850 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #576 +/- ## ========================================== + Coverage 92.38% 92.59% +0.20% ========================================== Files 26 27 +1 Lines 1944 1999 +55 Branches 405 414 +9 ========================================== + Hits 1796 1851 +55 Misses 102 102 Partials 46 46 ```

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

bienzaaron commented 3 months ago

@skovhus could you approve the actions worklow on the latest commit?