Skip to content

Commit f21fe6a

Browse files
juristrBrocco
authored andcommitted
docs: remove --single-run as it is no more valid
1 parent fb59758 commit f21fe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
3333
ng test
3434
```
3535

36-
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. You can run tests a single time via `--watch=false` or `--single-run`.
36+
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. You can run tests a single time via `--watch=false`.
3737

3838
### Running end-to-end tests
3939

0 commit comments

Comments
 (0)