shamrickus commented on code in PR #7582:
URL: https://github.com/apache/trafficcontrol/pull/7582#discussion_r1237020144
##########
experimental/traffic-portal/src/app/core/deliveryservice/new-delivery-service/new-delivery-service.component.spec.ts:
##########
@@ -12,32 +12,9 @@
* limitations under the License.
*/
-import { type HarnessLoader, parallel } from "@angular/cdk/testing";
-import { TestbedHarnessEnvironment } from "@angular/cdk/testing/testbed";
-import { HttpClientModule } from "@angular/common/http";
-import { type ComponentFixture, TestBed } from "@angular/core/testing";
-import { FormsModule, ReactiveFormsModule } from "@angular/forms";
-import { MatButtonModule } from "@angular/material/button";
-import { MatRadioModule } from "@angular/material/radio";
-import { MatStepperModule } from "@angular/material/stepper";
-import { MatStepperHarness } from "@angular/material/stepper/testing";
-import { NoopAnimationsModule } from "@angular/platform-browser/animations";
-import { RouterTestingModule } from "@angular/router/testing";
-import { ReplaySubject } from "rxjs";
-import { Protocol } from "trafficops-types";
-
-import { APITestingModule } from "src/app/api/testing";
-import { CurrentUserService } from
"src/app/shared/current-user/current-user.service";
-import { NavigationService } from
"src/app/shared/navigation/navigation.service";
-import { TpHeaderComponent } from
"src/app/shared/navigation/tp-header/tp-header.component";
-
-import { NewDeliveryServiceComponent } from "./new-delivery-service.component";
-
describe("NewDeliveryServiceComponent", () => {
- let component: NewDeliveryServiceComponent;
- let fixture: ComponentFixture<NewDeliveryServiceComponent>;
- let loader: HarnessLoader;
+/*
Review Comment:
Had some other breaking changes unrelated to this pr
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]