Skip to content

Commit 1a3930d

Browse files
committed
chore(readme): update unit test section
Close angular#980
1 parent 0bc3d94 commit 1a3930d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,9 @@ the `-prod` flag in either `ng build -prod` or `ng serve -prod`.
136136
ng test
137137
```
138138

139-
Tests will execute after a build is executed via [Karma](http://karma-runner.github.io/0.13/index.html)
139+
Tests will execute after a build is executed via [Karma](http://karma-runner.github.io/0.13/index.html), and it will automatically watch your files for changes.
140140

141-
If run with the watch argument `--watch` (shorthand `-w`) builds will run when source files have changed
142-
and tests will run after each successful build
141+
You can run tests a single time via `--watch=false`, and turn off building of the app via `--build=false` (useful for running it at the same time as `ng serve`).
143142

144143

145144
### Running end-to-end tests

0 commit comments

Comments
 (0)