-
Notifications
You must be signed in to change notification settings - Fork 45
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
Wallaby slow to run tests compared to jest #2879
Comments
Fixed ! I had misconfigured my PATH
but wallaby is relatively slow now versus jest But I don't think it's due to VOLTA but integration testing library like
|
Could you please try starting Wallaby a few more times? Both Wallaby and Jest cache your files (in fact, Wallaby uses Jest's cache when for Jest projects). What has likely happened is that since you had already started/run your tests in Jests, your code was already transformed so Jest didn't need to do this work. In comparison, when you started Wallaby, Wallaby had never done this work and so it was slower the first time. You should be able to test this by running
Is there a specific reason why you think |
I'm going to assume that Wallaby is fast running the second time and that the performance of Wallaby and Jest is roughly the same when comparing first start (on fresh directory) and subsequent starts. If you're still having problems, please let us know and we will re-open the issue. |
Issue description / question
Hello ! I drop nvm for volta to improve my shell performance but wallaby don't find node. /~https://github.com/volta-cli/volta
do I miss something 🤔
Wallaby diagnostics report
The text was updated successfully, but these errors were encountered: