docs(testing): fix minor typo in DashboardHeroComponent (#2518)
Fixed minor typo in DashboardHeroComponent
This commit is contained in:
parent
ea45887927
commit
7c262ccab5
|
@ -19,7 +19,7 @@ describe('DashboardHeroComponent when tested directly', () => {
|
|||
let heroEl: DebugElement;
|
||||
|
||||
// #docregion setup, compile-components
|
||||
// asynch beforeEach
|
||||
// async beforeEach
|
||||
beforeEach( async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ DashboardHeroComponent ],
|
||||
|
|
Loading…
Reference in New Issue