mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 14:15:06 +01:00
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Modal should match snapshot 1`] = `
|
|
<div
|
|
class="mm-modal"
|
|
data-testid="test"
|
|
>
|
|
<div>
|
|
modal content
|
|
</div>
|
|
</div>
|
|
`;
|