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: Update jest to 30-alpha to support prettier 3 in snapshot updates #234

Closed
wants to merge 1 commit into from

Conversation

Cellule
Copy link

@Cellule Cellule commented Mar 15, 2024

All I did was update jest npm i --save-dev jest@next and npm test -- -u to update snapshots.

Since this projects updated to prettier 3, jest snapshot updates was broken. The fix was made in jestjs/jest#14566 which was shipped in jest 30

@fabien0102
Copy link
Owner

This doesn't fix the CI… I have no idea why everything went sideway on CI, I want to move to vitest but didn't take the time to do it so far.

@fabien0102
Copy link
Owner

But this said! if you make the CI working with Jest, you will be my hero 😁

@fabien0102
Copy link
Owner

Fixed by #241

@fabien0102 fabien0102 closed this Apr 3, 2024
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.

2 participants