Skip to content

Commit

Permalink
Angular: remove unused providers
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Sep 15, 2024
1 parent 2e10b4a commit c1b8beb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { provideHttpClientTesting } from '@angular/common/http/testing';
import { FormBuilder } from '@angular/forms';
import { provideHttpClient } from '@angular/common/http';
import { of, Subject, throwError } from 'rxjs';
import { LoginService } from './login.service';
Expand Down Expand Up @@ -29,8 +28,6 @@ describe('Login Component', () => {
providers: [
provideHttpClient(),
provideHttpClientTesting(),
FormBuilder,
AccountService,
{
provide: LoginService,
useValue: {
Expand Down

0 comments on commit c1b8beb

Please sign in to comment.