File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,11 @@ class MockThemeService {
1717class MockTitleService {
1818 titleInfo$ = of ( {
1919 dimension : 'Test Title' ,
20- level : '1'
20+ level : '1' ,
2121 } ) ;
2222}
2323
2424describe ( 'AppComponent' , ( ) => {
25-
2625 let app : AppComponent ;
2726 let fixture : ComponentFixture < AppComponent > ;
2827
@@ -34,13 +33,13 @@ describe('AppComponent', () => {
3433 MatToolbarModule ,
3534 MatIconModule ,
3635 MatSidenavModule ,
37- BrowserAnimationsModule
36+ BrowserAnimationsModule ,
3837 ] ,
3938 providers : [
4039 { provide : ThemeService , useClass : MockThemeService } ,
41- { provide : TitleService , useClass : MockTitleService }
40+ { provide : TitleService , useClass : MockTitleService } ,
4241 ] ,
43- schemas : [ CUSTOM_ELEMENTS_SCHEMA ]
42+ schemas : [ CUSTOM_ELEMENTS_SCHEMA ] ,
4443 } ) . compileComponents ( ) ;
4544 } ) ;
4645
You can’t perform that action at this time.
0 commit comments