mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 15:50:28 +01:00
5d17f86e02
* Updating component-librar import paths * Updating snapshots * Updates to AvatarBase story * Updates to avatar and checkbox * Updating last of the deprecated import paths * Updating component-library snapshots from button-base * Updating snapshots from rest of codebase to do with button-base * Removing unneeded CSS * Updating snapshots
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HelpText should match snapshot 1`] = `
|
|
<div>
|
|
<p
|
|
class="mm-box mm-text mm-help-text mm-text--body-xs mm-box--color-text-default"
|
|
>
|
|
help text
|
|
</p>
|
|
</div>
|
|
`;
|