token-wizard/test/components/Common/__snapshots__/ButtonSkip.spec.js.snap

17 lines
299 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ButtonSkip should render ButtonSkip component 1`] = `
<button
className="sw-ButtonSkip "
disabled={false}
onClick={[MockFunction]}
type="button"
>
<span
className="sw-ButtonSkip_Text"
>
Skip transaction
</span>
</button>
`;