We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484a8d3 commit 32b115dCopy full SHA for 32b115d
packages/schematics/angular/application/other-files/app.component.html.template
@@ -93,7 +93,7 @@
93
<div class="card card-small" (click)="selection.value = 'test'" tabindex="0">
94
<svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>
95
96
- <span>Run Test</span>
+ <span>Run and Watch Test</span>
97
</div>
98
99
<div class="card card-small" (click)="selection.value = 'build'" tabindex="0">
0 commit comments