Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: add jest 29 support #8

Closed
wants to merge 1 commit into from
Closed

feat: add jest 29 support #8

wants to merge 1 commit into from

Conversation

RobinVdBroeck
Copy link

Drops official support for jest 27.
Since this is a breaking change, we should also increment the version to 0.3.0.

"solid-js": "^1.0.0"
},
"peerDependencies": {
"babel-preset-solid": "^1.0.0"
"babel-preset-solid": "^1.0.0",
"jest": "^29.0.0"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added jest as a peer dependency so you get a warning if you have a version mismatch.

@RobinVdBroeck
Copy link
Author

This is a duplicate of #7, my bad

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant