diff --git a/public/docs/ts/latest/guide/testing.jade b/public/docs/ts/latest/guide/testing.jade index e7b863566f..cbed634336 100644 --- a/public/docs/ts/latest/guide/testing.jade +++ b/public/docs/ts/latest/guide/testing.jade @@ -254,12 +254,15 @@ a#setup ### Setup There are two fast paths to getting started with unit testing. + 1. Start a new project following the instructions in [Setup](setup.html "Setup"). + 遵循[环境设置](setup.html "环境设置")中给出的步骤开始一个新项目。 + 1. Start a new project with the Angular CLI. - 使用[Angular CLI](https://github.com/angular/angular-cli/blob/master/README.md)创建新的项目。 + 使用[Angular CLI](https://github.com/angular/angular-cli/blob/master/README.md)创建新的项目。 Both approaches install **npm packages, files, and scripts** pre-configured for applications built in their respective modalities.