-
So I am running in to an issue that some of the modules at my company are not commonJS supported by Jest but modern using
The most common solution is to run jest or react testing with If I add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So you can add options to jest in modern.config.js. So:
This works just fine. I missed that in the docs but found it. So this all works for me so question answered. |
Beta Was this translation helpful? Give feedback.
So you can add options to jest in modern.config.js.
So:
This works just fine. I missed that in the docs but found it.
So this all works for me so question answered.