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 b67fdfd commit 45c4413Copy full SHA for 45c4413
packages/angular/build/src/builders/karma/schema.json
@@ -229,7 +229,7 @@
229
},
230
"watch": {
231
"type": "boolean",
232
- "description": "Run build when files change.",
+ "description": "Re-run tests when source files change.",
233
"default": true
234
235
"poll": {
packages/angular/build/src/builders/unit-test/schema.json
@@ -44,7 +44,7 @@
44
45
46
47
- "description": "Run build when files change."
+ "description": "Re-run tests when source files change. Defaults to `true` in TTY environments and `false` otherwise."
48
49
"debug": {
50
0 commit comments