parent
4f9f51cb4b
commit
1591bcc0e1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue