mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
12 lines
198 B
Plaintext
12 lines
198 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`withModalProps should return a component wrapped with modal state props 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="test"
|
||
|
>
|
||
|
Testing
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|