diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index 2006aa5260..dca2378ada 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -6,14 +6,14 @@ This guide offers tips and techniques for unit and integration testing Angular a The guide presents tests of a sample application created with the [Angular CLI](cli). This sample application is much like the one created in the [_Tour of Heroes_ tutorial](tutorial). The sample application and all tests in this guide are available for inspection and experimentation: -- Sample app -- Tests +- Sample app +- Tests
## Setup -The Angular CLI downloads and install everything you need to test an Angular application with the [Jasmine test framework](https://jasmine.github.io/). +The Angular CLI downloads and installs everything you need to test an Angular application with the [Jasmine test framework](https://jasmine.github.io/). The project you create with the CLI is immediately ready to test. Just run the [`ng test`](cli/test) CLI command: