Skip to content

Commit

Permalink
Update dropdown-button.component.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Jun 28, 2024
1 parent f8b73ab commit 1aab027
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';

import { DropdownButtonComponent } from './dropdown-button.component';
import { ButtonComponent } from '../button/button.component';
import { FontAwesomeTestingModule } from '@fortawesome/angular-fontawesome/testing';

describe('DropdownButtonComponent', () => {
Expand All @@ -11,6 +12,7 @@ describe('DropdownButtonComponent', () => {
TestBed.configureTestingModule({
declarations: [
DropdownButtonComponent,
ButtonComponent,
],
imports: [
FontAwesomeTestingModule,
Expand Down

0 comments on commit 1aab027

Please sign in to comment.