marko-js / vite

A Marko plugin for Vite
MIT License
55 stars 8 forks source link

fix: issue when running in new vitest versions #113

Closed DylanPiercey closed 7 months ago

DylanPiercey commented 7 months ago

Description

Adds a workaround for https://github.com/vitest-dev/vitest/issues/5301#issuecomment-1965768932

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: 04afc555a4507ccc07f170b816e3cd346baf1718

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------- | ----- | | @marko/vite | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 20.00000% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 72.22%. Comparing base (9528e95) to head (04afc55).

Files Patch % Lines
src/index.ts 20.00% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #113 +/- ## ========================================== - Coverage 75.18% 72.22% -2.97% ========================================== Files 11 11 Lines 270 648 +378 Branches 55 156 +101 ========================================== + Hits 203 468 +265 - Misses 46 123 +77 - Partials 21 57 +36 ```

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