-
Notifications
You must be signed in to change notification settings - Fork 23
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
Migrate from Jest to Vitest #94
Conversation
package-lock.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAICT this file is no longer needed. Are there plans to merge #90?
👋 Hey @nwalters512! I seriously appreciate your batch of PRs here. These will go a long way to resolving a some repeated problems community members have reported. I'm going to merge in the following order:
Then cut a new release. |
@bryanhuhta 🎉 sounds great, I'm excited I'll be able to finally use Pyroscope in my app without weird hacks/workarounds. I'll be standing by to resolve merge conflicts or help resolve issues that might come up, particularly in #89. |
@nwalters512 Looks like merging #90 caused conflicts in this set of PRs. Can you pull in changes from |
@bryanhuhta done! |
Jest has poor support for ESM, which is standing in the way of #89. My hope is that this PR will unblock the ability to ship a functioning ESM distribution.
I took the liberty to remove some webpack dependencies and config files that, as far as I can tell, are unused. Let me know if you'd rather I do that in another PR.