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