-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with Angular 12.2 anymore #76
Comments
This problem is linked to angular.json validation
|
Could this be an issue with the angular jest builder? Not sure where schema validation happens. I also had to change "assets" into an array of strings. |
I publish the correction on a new package npm : Juste do :
|
Describe the bug
When I create a new Angular application and apply the schematics, the tests immediately fail.
To Reproduce
Steps to reproduce the behavior:
npx @angular/cli@12 new angular-cli-jest npx ng add @briebug/jest-schematic npm run test
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: