You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
npm install -g @angular/cli@13
ng new -S --style=scss --strict --create-application=false -p=reprepo rep-repo
ng add @briebug/jest-schematic
Expected behavior
A clear and concise description of what you expected to happen.
Add the compatible @angular-builders/jest@^13.3.12 or similar version instead of the latest when using older angular versions.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [M1 macOS]
Node version: [v16.15.0]
App type [Angular CLI]
Angular version [@angular/core: "13.3.12"]
Additional context
Maybe there's an opportunity for a feature request here? Maybe adding an optional argument to specify the version of angular-builder to install or to force the install.