Property e2e does not exist in JSON object
after ng add @angular/bazel
#29680
Labels
area: bazel
Issues related to the published `@angular/bazel` build rules
freq1: low
regression
Indicates than the issue relates to something that worked in a previous version
Milestone
🐞 bug report
Is this a regression?
no
Description
Cannot add
@angular/bazel@next
on project without tests framework--minimal
🔬 Minimal Reproduction
new ap --minimal --defaults && cd ap && ng add @angular/bazel@next --name ap
🔥 Exception or Error
Property e2e does not exist in JSON object
without stracktrace🌍 Your Environment
Angular Version:
Anything else relevant?
When adding in angular.json to
projects
object"ap-e2e": { "root": "e2e/","projectType": "application"}
it is okThe text was updated successfully, but these errors were encountered: