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
Is your feature request related to a problem? Please describe.
As a frontend engineer is interested in Jest Preview, after I installing Jest Preview, I have to configure many things (fileTransform, cssTransform, remove unwanted config regarding CSS modules..) to make Jest Preview works. Sometimes, Jest Preview documentation on configuring updates, I couldn't aware to make the corresponding updates.
Describe the solution you'd like
I would like to have a preset Jest config (https://jestjs.io/docs/configuration#preset-string), so I just use that preset, the DX of configuring is smooth. In the future, if Jest Preview updates something internally. I just don't have to re-configure anymore.
Describe how should jest-preview implements this feature
Refer to some Jest preset configs:
Is your feature request related to a problem? Please describe.
As a frontend engineer is interested in Jest Preview, after I installing Jest Preview, I have to configure many things (fileTransform, cssTransform, remove unwanted config regarding CSS modules..) to make Jest Preview works. Sometimes, Jest Preview documentation on configuring updates, I couldn't aware to make the corresponding updates.
Describe the solution you'd like
I would like to have a preset Jest config (https://jestjs.io/docs/configuration#preset-string), so I just use that preset, the DX of configuring is smooth. In the future, if Jest Preview updates something internally. I just don't have to re-configure anymore.
Describe how should jest-preview implements this feature
Refer to some Jest preset configs:
Example of a vue project uses a Jest preset
![vue project uses a Jest preset](https://user-images.githubusercontent.com/8603085/164960845-bc9a9a8f-0625-47e6-8d88-047b38446555.png)
The text was updated successfully, but these errors were encountered: