Jest unit tests failing with MsalModule does not have a module def (ɵmod property)

Viewed 129

I suspect this might be related to Ivy and @azure/msal-angular [es2015/esm2015] being compiled with target. I have been trying to run jest unit tests on a project that imports MsalModule and I am getting that error.

1 Answers
Related