We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a2d52 commit 8bc4da8Copy full SHA for 8bc4da8
packages/bazel/src/schematics/ng-add/index.ts
@@ -174,7 +174,10 @@ function updateAngularJsonToUseBazelBuilder(options: Schema): Rule {
174
replacePropertyInAstObject(
175
recorder, architect, 'test', {
176
builder: '@angular/bazel:build',
177
- options: {'bazelCommand': 'test', 'targetLabel': '//src/...'},
+ options: {
178
+ bazelCommand: 'test',
179
+ targetLabel: '//src:test',
180
+ },
181
},
182
indent);
183
}
0 commit comments