Skip to content

Commit 14fd531

Browse files
committed
chore: clean up superfluous import
1 parent bac300e commit 14fd531

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

samples/client/petstore/typescript-angular-v19/src/app/app.component.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import {AppComponent} from './app.component';
33
import {provideHttpClient} from '@angular/common/http';
44
import {Pet, PetService} from '@swagger/typescript-angular-petstore';
55
import {of} from 'rxjs';
6-
import { HttpTestingController, provideHttpClientTesting } from '@angular/common/http/testing';
76

87
describe('AppComponent', () => {
98
let petServiceMock: jasmine.SpyObj<PetService>;

0 commit comments

Comments
 (0)