MyCrypto/spec/pages/__snapshots__/Swap.spec.tsx.snap

52 lines
1.0 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`render snapshot 1`] = `
<Swap
bityOrder={Object {}}
bityOrderCreateRequestedSwap={[Function]}
2017-12-11 17:44:53 +00:00
bityRates={
Object {
"allIds": Array [],
"byId": Object {},
}
}
changeStepSwap={[Function]}
2017-12-11 17:44:53 +00:00
destination={
Object {
"amount": NaN,
"id": "ETH",
}
}
destinationAddress=""
destinationAddressSwap={[Function]}
2017-12-11 17:44:53 +00:00
initSwap={[Function]}
isFetchingRates={null}
isPostingOrder={false}
loadBityRatesRequestedSwap={[Function]}
2017-12-11 17:44:53 +00:00
options={
Object {
"allIds": Array [],
"byId": Object {},
}
}
orderStatus={null}
origin={
Object {
"amount": NaN,
"id": "BTC",
}
}
outputTx={null}
paymentAddress={null}
restartSwap={[Function]}
2017-12-11 17:44:53 +00:00
secondsRemaining={null}
showNotification={[Function]}
startOrderTimerSwap={[Function]}
startPollBityOrderStatus={[Function]}
2017-12-11 17:44:53 +00:00
step={1}
stopLoadBityRatesSwap={[Function]}
stopOrderTimerSwap={[Function]}
stopPollBityOrderStatus={[Function]}
/>
`;