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

fix: support vitest 0.31.0 #613

Conversation

GuillaumeRahbari
Copy link
Contributor

@GuillaumeRahbari GuillaumeRahbari commented Jun 9, 2023

Bug
closes #610

What

Support of vitest 0.31.0. See the issue #598

Why

Vitest made a Breaking Change that can be seen here
This PR did not allow to fully support vitest types

Notes

Housekeeping

  • Unit tests
  • Documentation is up to date
  • No additional lint warnings
  • Typescript definitions are added/updated where relevant

@changeset-bot
Copy link

changeset-bot bot commented Jun 9, 2023

🦋 Changeset detected

Latest commit: a3c5074

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

This PR includes changesets to release 1 package
Name Type
jest-extended 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
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #613 (a3c5074) into main (bdfb752) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #613   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           73        73           
  Lines          674       674           
  Branches       290       290           
=========================================
  Hits           674       674           

@keeganwitt
Copy link
Collaborator

Closing since I believe this is superceded by #614. Correct me if I've misunderstood.

@keeganwitt keeganwitt closed this Jul 10, 2023
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.

Vitest typings override instead of augmenting module
2 participants