mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-02-10 22:56:29 +00:00
ng lint fixes
This commit is contained in:
parent
f8e589e67a
commit
f6f8e463ea
@ -34,7 +34,8 @@ describe('GraphsComponent', () => {
|
||||
{provide: APP_BASE_HREF, useValue: '/'},
|
||||
{provide: Router, useValue: mockRouter},
|
||||
{provide: Location, useValue: location},
|
||||
{provide: DateAdapter, useClass: CustomDateAdapter }
|
||||
{provide: DateAdapter, useValue: CustomDateAdapter}
|
||||
|
||||
]
|
||||
});
|
||||
httpMock = TestBed.inject(HttpTestingController);
|
||||
|
Loading…
x
Reference in New Issue
Block a user