mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 06:34:27 +01:00
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`ModalOverlay should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box mm-modal-overlay box--flex-direction-row box--width-full box--height-full box--background-color-overlay-default"
|
||
|
/>
|
||
|
</div>
|
||
|
`;
|