Jonathan Mosney
Results
2
comments of
Jonathan Mosney
This issue is affecting my projects as well. Any sense as to if/when it will be possible to resolve it? Thank you!!
I'm using create-react-app and I was able to resolve the Jest issue by adding the following into my package.json: ``` "jest": { "transformIgnorePatterns": [ "node_modules/(?!(@azure/msal-react)).*\\.js$" ] }, ``` If you're...