docs(testing): fix link (#2514)

Fixed link
This commit is contained in:
Chase 2016-09-30 15:29:16 -06:00 committed by Jesús Rodríguez
parent 4f9f51cb4b
commit 1591bcc0e1
1 changed files with 1 additions and 1 deletions

View File

@ -855,7 +855,7 @@ a(href="#top").to-top Back to top
Notice the `async` call in the `beforeEach`, made necessary by the asynchronous `TestBed.compileComponents` method.
The `async` function arranges for the tester's code to run in a special _async test zone_
that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test)(#async).
that hides the mechanics of asynchronous execution, just as it does when passed to an [_it_ test](#async).
#compile-components
:marked