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
Our Jest config is currently part of our package.json, and jest-it-up seems unable to detect it. Is there a way around this, or would you be willing to add this as an enhancement?
The text was updated successfully, but these errors were encountered:
Hi @woutermont! This is a known limitation. I'm definitely willing to support package.json-based configs though. Any contributions towards that are welcome 🙂
My advice for now is to move the config to a separate jest.config.js file, if possible.
Our Jest config is currently part of our package.json, and jest-it-up seems unable to detect it. Is there a way around this, or would you be willing to add this as an enhancement?
The text was updated successfully, but these errors were encountered: