Skip to content

Commit

Permalink
added declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Jul 10, 2024
1 parent 530254a commit adc618e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nav-app/src/app/tabs/tabs.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ describe('TabsComponent', () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [HttpClientTestingModule, MatDialogModule, MatTabsModule, MatTabNavPanel],
declarations: [TabsComponent],
providers: [DataService, { provide: MatSnackBar, useValue: {} }],
}).compileComponents();
dialog = TestBed.inject(MatDialog);
Expand Down

0 comments on commit adc618e

Please sign in to comment.