mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
12 lines
318 B
Plaintext
12 lines
318 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`label should render text inside the label 1`] = `
|
||
|
<div>
|
||
|
<label
|
||
|
class="box text mm-label text--body-md text--font-weight-bold text--color-text-default box--display-inline-flex box--flex-direction-row box--align-items-center"
|
||
|
>
|
||
|
label
|
||
|
</label>
|
||
|
</div>
|
||
|
`;
|