File tree Expand file tree Collapse file tree
features/home/components/home Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { ComponentFixture , TestBed } from '@angular/core/testing' ;
2-
32import { FooterComponent } from './footer.component' ;
43
54describe ( 'FooterComponent' , ( ) => {
Original file line number Diff line number Diff line change 11import { ComponentFixture , TestBed } from '@angular/core/testing' ;
2-
32import { HeaderComponent } from './header.component' ;
43
54describe ( 'HeaderComponent' , ( ) => {
Original file line number Diff line number Diff line change 11import { ComponentFixture , TestBed } from '@angular/core/testing' ;
22import { HomeComponent } from './home.component' ;
3- import { HttpClientTestingModule } from '@angular/common/http/testing' ;
43
54describe ( 'HomeComponent' , ( ) => {
65 let component : HomeComponent ;
76 let fixture : ComponentFixture < HomeComponent > ;
87
98 beforeEach ( async ( ) => {
109 await TestBed . configureTestingModule ( {
11- imports : [ HomeComponent , HttpClientTestingModule ]
10+ imports : [ HomeComponent ]
1211 } )
1312 . compileComponents ( ) ;
1413
You can’t perform that action at this time.
0 commit comments