Skip to content

Commit

Permalink
move router to import
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWt committed Oct 8, 2024
1 parent e1cb2bb commit f4b46bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ describe('Notification Popup Component', () => {

beforeEach(() => {
TestBed.configureTestingModule({
imports: [ArtemisTestModule],
declarations: [NotificationPopupComponent, RouterModule.forRoot([]), MockPipe(ArtemisTranslatePipe)],
imports: [ArtemisTestModule, RouterModule.forRoot([])],
declarations: [NotificationPopupComponent, MockPipe(ArtemisTranslatePipe)],
providers: [
{ provide: LocalStorageService, useClass: MockSyncStorage },
{ provide: SessionStorageService, useClass: MockSyncStorage },
Expand Down

0 comments on commit f4b46bf

Please sign in to comment.