Running `ng add @briebug/jest-schematic` does not install jest-preset-angular
Opened this issue · 2 comments
MaximeKoitsalu commented
Describe the bug
Create new angular project. Run ng add @briebug/jest-schematic
. Try and run npm run test
.
To Reproduce
Steps to reproduce the behavior:
- Create new angular project.
- Run
ng add @briebug/jest-schematic
- Try and run
npm run test
. - See error
Expected behavior
Should run tests
Desktop (please complete the following information):
- OS: Windows
- Node version: 16.14.0
- App type: Angular CLI
- Angular version: 13
marcel-goldammer commented
Cannot confirm this behavior. jest-preset-angular is installed with the devDependency @angular-builders/jest.
slavlazar commented
Were you able to sort this out? Running into the exact same issue with same setup... only difference is I'm on Node version 16.13.0