You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add a setupFilesAfterEnv option for Jest, wallaby still seems to run, but stops reporting test results. It will always show 0 succeeded and 0 failed.
I can see that you're still using a Wallaby configuration file with jest. Is there any reason for this? The best way to use Wallaby with automatic configuration is without a configuration file unless there is no other option.
Generally speaking, the best thing to do is to configure jest and use Wallaby without a configuration file. In your case:
Create a file called jest.config.js with the content:
Thanks for providing the repo. If the suggestion by @smcenlly (configure Jest via Jest config and remove Wallaby config) is not possible in your case for some reason, we have fixed the original issue (when Wallaby is configuring Jest via setup function) and published the fix in the latest Wallaby core, so after the update your repo should start working as is.
Issue description or question
If I add a setupFilesAfterEnv option for Jest, wallaby still seems to run, but stops reporting test results. It will always show 0 succeeded and 0 failed.
See https://github.com/kasvtv/wallaby_setup_bug
Wallaby diagnostics report
The text was updated successfully, but these errors were encountered: