// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`OrderSummaryItems when it has 4 line items or less renders product list 1`] = `
-
}
name="Canvas Laundry Cart"
productOptions={
Array [
Object {
"content": "n v",
"testId": "cart-item-product-option",
},
]
}
quantity={1}
/>
-
}
name="$100 Gift Certificate"
quantity={1}
/>
-
}
name="Digital Book"
productOptions={
Array [
Object {
"content": "m l",
"testId": "cart-item-product-option",
},
Object {
"content":
,
"testId": "cart-item-digital-product-download",
},
]
}
quantity={1}
/>
-
`;