Closed
Description
Hi folks,
I recently upgraded my application to Angular 8 and couldn't get the tests to run successfully with Jest-Preset-Angular resulting in the error below telling me it cannot resolve the constructor dependencies although it works fine using Karma and was working with Angular 7.
Can't resolve all parameters for AppComponent: (?).
I've created a newly generated Angular 8 application to see if it has something to do with my migration and I ended up having the same issue.
Here is the reproduction repository (Jest configuration is in package.json
):
https://github.com/jfcere/jest-preset-angular-issue
Thanks in advance!