From e11efe4aef19677bda54969a620e115cab66ffda Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sun, 26 Feb 2017 20:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/testing.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.