We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac300e commit 14fd531Copy full SHA for 14fd531
1 file changed
samples/client/petstore/typescript-angular-v19/src/app/app.component.spec.ts
@@ -3,7 +3,6 @@ import {AppComponent} from './app.component';
3
import {provideHttpClient} from '@angular/common/http';
4
import {Pet, PetService} from '@swagger/typescript-angular-petstore';
5
import {of} from 'rxjs';
6
-import { HttpTestingController, provideHttpClientTesting } from '@angular/common/http/testing';
7
8
describe('AppComponent', () => {
9
let petServiceMock: jasmine.SpyObj<PetService>;
0 commit comments