suites-dev / suites

A testing meta-framework that simplifies unit testing by reducing boilerplate code and enabling developers to build comprehensive and reliable test suites
https://suites.dev
Apache License 2.0
365 stars 12 forks source link

Post install support pnpm #459 #472

Closed qballer closed 3 weeks ago

qballer commented 3 weeks ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce? it write the typing data to global.d.ts file in the root of the node_module package when installed.

What is the current behavior?

automatically edit files.

Issue Number: #459

What is the new behavior?

Does this PR introduce a breaking change?

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 93.30%. Comparing base (164ff93) to head (b63c4a2). Report is 1 commits behind head on next.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## next #472 +/- ## ======================================= Coverage 93.30% 93.30% ======================================= Files 25 25 Lines 568 568 Branches 94 94 ======================================= Hits 530 530 Misses 30 30 Partials 8 8 ``` | [Flag](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | Coverage Δ | | |---|---|---| | [core.unit](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `95.67% <ø> (ø)` | | | [di.inversify](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `93.68% <ø> (ø)` | | | [di.nestjs](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `87.25% <ø> (ø)` | | | [doubles.jest](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `100.00% <ø> (ø)` | | | [doubles.sinon](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `100.00% <ø> (ø)` | | | [doubles.vitest](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `100.00% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/suites-dev/suites/pull/472/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev) | `77.27% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=suites-dev#carryforward-flags-in-the-pull-request-comment) to find out more.

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