Skip to content

Commit

Permalink
fix(spinner): adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Jan 18, 2024
1 parent 5165a4f commit faf8c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/lib/spinner/spinner.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ describe('SpinnerComponent', () => {

beforeEach(waitForAsync(() => {
TestBed.configureTestingModule({
declarations: [MatProgressSpinner, SpinnerComponent]
imports: [MatProgressSpinner],
declarations: [SpinnerComponent]
}).compileComponents();
}));

Expand Down

0 comments on commit faf8c42

Please sign in to comment.