Skip to content

Commit

Permalink
Remove unnecessary providers declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEvarior committed Nov 20, 2024
1 parent 09a5068 commit 4955d4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ describe('CheckInFormComponent', () => {
}),
],
declarations: [CheckInFormMetricComponent],
providers: [],
});
fixture = TestBed.createComponent(CheckInFormMetricComponent);
component = fixture.componentInstance;
Expand Down

0 comments on commit 4955d4d

Please sign in to comment.