mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`ModalContent should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box mm-modal-content mm-modal-content--size-sm box--padding-4 box--flex-direction-row box--width-full box--background-color-background-default box--rounded-lg"
|
||
|
>
|
||
|
test
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|