File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { ComponentFixture , TestBed } from '@angular/core/testing' ;
22
33import { BitTestComponent } from './bit-test.component' ;
4+ import { BitTestService } from './bit-test.service' ;
45
56describe ( 'BitTestComponent' , ( ) => {
67 let component : BitTestComponent ;
78 let fixture : ComponentFixture < BitTestComponent > ;
89
910 beforeEach ( async ( ) => {
1011 await TestBed . configureTestingModule ( {
12+ providers : [ BitTestService ] ,
1113 declarations : [ BitTestComponent ]
1214 } )
1315 . compileComponents ( ) ;
Original file line number Diff line number Diff line change 1717 "importHelpers" : true ,
1818 "allowJs" : true ,
1919 "target" : " es2015" ,
20- "module" : " es2020 " ,
20+ "module" : " esnext " ,
2121 "lib" : [
2222 " es2018" ,
2323 " dom"
Original file line number Diff line number Diff line change 1313 "moduleResolution" : " node" ,
1414 "importHelpers" : true ,
1515 "target" : " es2015" ,
16- "module" : " es2020 " ,
16+ "module" : " esnext " ,
1717 "lib" : [
1818 " es2018" ,
1919 " dom"
You can’t perform that action at this time.
0 commit comments