GitHub

MockOrderShipmentItem

import { MockOrderShipmentItem } from '@daffodil/order/driver/magento/2-4-1/testing'
class MockOrderShipmentItem implements MagentoOrderShipmentItem {
  __typename: <const>'ShipmentItem'
  order_item: this.itemFactory.create()
  quantity_shipped: faker.datatype.number({ min: 1, max: 100 })
}

Properties

Name Type Description
__typename <const>'ShipmentItem'
order_item this.itemFactory.create()
quantity_shipped faker.datatype.number({ min: 1, max: 100 })