minor change 2

This commit is contained in:
Josh4gitaboutit 2015-10-02 17:50:19 -07:00 committed by Naomi Black
parent 36a184e85c
commit a2868b9eb6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ include ../../../../_includes/_util-fns
Our lofty goal in this chapter is make it easy for you to write Angular application tests. If that goal exceeds our reach, we can at least make testing easier … and easy enough that youll want to write tests for your application.
The Testing Spectrum
# The Testing Spectrum
Exploring behavior with tests is called “Functional Testing”. There are other important forms of testing too such as acceptance, security, performance, and deployment testing. We concentrate on functional testing in this section on unit testing.