mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 04:46:10 +01:00
79b2deb194
snapshot updates fix snapshots add background colors fix snapshots
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HelpText should match snapshot 1`] = `
|
|
<div>
|
|
<p
|
|
class="box mm-text mm-help-text mm-text--body-xs box--flex-direction-row box--color-text-default"
|
|
>
|
|
help text
|
|
</p>
|
|
</div>
|
|
`;
|