mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`HelpText should render with text inside the HelpText 1`] = `
|
||
|
<div>
|
||
|
<span
|
||
|
class="box text mm-help-text text--body-xs text--color-text-default box--flex-direction-row"
|
||
|
>
|
||
|
help text
|
||
|
</span>
|
||
|
</div>
|
||
|
`;
|