Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Fixed link #2514

Merged
merged 1 commit into from
Sep 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/latest/guide/testing.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down