briebug/jest-schematic

Running `ng add @briebug/jest-schematic` does not install jest-preset-angular

Opened this issue · 2 comments

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:

  1. Create new angular project.
  2. Run ng add @briebug/jest-schematic
  3. Try and run npm run test.
  4. See error

Expected behavior
Should run tests

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Node version: 16.14.0
  • App type: Angular CLI
  • Angular version: 13

Cannot confirm this behavior. jest-preset-angular is installed with the devDependency @angular-builders/jest.

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