mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
ESLint: fix dangling commas
This commit is contained in:
@@ -14,7 +14,7 @@ describe('ImportExternalPageComponent', () => {
|
||||
providers:[
|
||||
{ provide: ThemeService, useValue: getMockThemeService() },
|
||||
],
|
||||
schemas: [NO_ERRORS_SCHEMA]
|
||||
schemas: [NO_ERRORS_SCHEMA],
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
Reference in New Issue
Block a user