11 lines
262 B
Text
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",
|
|
},
|
|
}
|
|
`;
|