This commit is contained in:
parent
641575ffb7
commit
e11efe4aef
|
@ -254,12 +254,15 @@ a#setup
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
There are two fast paths to getting started with unit testing.
|
There are two fast paths to getting started with unit testing.
|
||||||
|
|
||||||
1. Start a new project following the instructions in [Setup](setup.html "Setup").
|
1. Start a new project following the instructions in [Setup](setup.html "Setup").
|
||||||
|
|
||||||
|
遵循[环境设置](setup.html "环境设置")中给出的步骤开始一个新项目。
|
||||||
|
|
||||||
1. Start a new project with the
|
1. Start a new project with the
|
||||||
<a href="https://github.com/angular/angular-cli/blob/master/README.md" target="_blank" title="Angular CLI">Angular CLI</a>.
|
<a href="https://github.com/angular/angular-cli/blob/master/README.md" target="_blank" title="Angular CLI">Angular CLI</a>.
|
||||||
|
|
||||||
使用[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
|
Both approaches install **npm packages, files, and scripts** pre-configured for applications
|
||||||
built in their respective modalities.
|
built in their respective modalities.
|
||||||
|
|
Loading…
Reference in New Issue