All files / src/app/shared/components/basket/basket-cost-center-view basket-cost-center-view.component.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 54x        
<div *ngIf="costCenter" class="mb-2" data-testing-id="additional-info-cost-center">
  {{ 'checkout.widget.buyer.costcenter' | translate }}
  {{ costCenter.costCenterId }} {{ costCenter.name }}
</div>