mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 08:09:15 +01:00
25 lines
377 B
Plaintext
25 lines
377 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`InfoBox should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="info-box"
|
||
|
>
|
||
|
<div
|
||
|
class="info-box__close"
|
||
|
data-testid="info-box-close"
|
||
|
/>
|
||
|
<div
|
||
|
class="info-box__title"
|
||
|
>
|
||
|
Title
|
||
|
</div>
|
||
|
<div
|
||
|
class="info-box__description"
|
||
|
>
|
||
|
Description
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|