DigitalConsumer.ISS/src/iss-components/cart-dropdown/__snapshots__/cart-dropdown.spec.js.snap
2024-02-28 12:39:07 -05:00

11 lines
262 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`cart-dropdown component initial data rendered as expected 1`] = `
Object {
"currencyFormatter": NumberFormat {},
"isExpanded": false,
"widget": Object {
"amountDue": "AmountDueTextWidget",
},
}
`;