mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
29 lines
484 B
Plaintext
29 lines
484 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ConfirmMessage Should render correctly 1`] = `
|
|
<div
|
|
className="sc-bdnyFh dukbvo"
|
|
>
|
|
<p>
|
|
Hello World!
|
|
</p>
|
|
<div>
|
|
<button
|
|
className="sc-gtsqUy eZzwwl"
|
|
disabled={true}
|
|
onClick={[MockFunction]}
|
|
variations="danger"
|
|
>
|
|
Delete
|
|
</button>
|
|
<button
|
|
className="sc-gtsqUy JDRgw"
|
|
disabled={true}
|
|
variations="secondary"
|
|
>
|
|
Cancel
|
|
</button>
|
|
</div>
|
|
</div>
|
|
`;
|