Skip to content

Commit

Permalink
test: remove unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Mar 30, 2022
1 parent 62e9f3e commit 5378785
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import { makeHttpError } from 'ish-core/utils/dev/api-service-utils';
import { BasketMockData } from 'ish-core/utils/dev/basket-mock-data';
import { BasketAddressSummaryComponent } from 'ish-shared/components/basket/basket-address-summary/basket-address-summary.component';
import { BasketCostSummaryComponent } from 'ish-shared/components/basket/basket-cost-summary/basket-cost-summary.component';
import { BasketDesiredDeliveryDateComponent } from 'ish-shared/components/basket/basket-desired-delivery-date/basket-desired-delivery-date.component';
import { BasketItemsSummaryComponent } from 'ish-shared/components/basket/basket-items-summary/basket-items-summary.component';
import { BasketValidationResultsComponent } from 'ish-shared/components/basket/basket-validation-results/basket-validation-results.component';
import { ErrorMessageComponent } from 'ish-shared/components/common/error-message/error-message.component';
Expand All @@ -32,7 +31,6 @@ describe('Checkout Shipping Page Component', () => {
CheckoutShippingPageComponent,
MockComponent(BasketAddressSummaryComponent),
MockComponent(BasketCostSummaryComponent),
MockComponent(BasketDesiredDeliveryDateComponent),
MockComponent(BasketItemsSummaryComponent),
MockComponent(BasketValidationResultsComponent),
MockComponent(CheckoutShippingComponent),
Expand Down

1 comment on commit 5378785

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Azure Demo Servers are available:

Please sign in to comment.