mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
79b2deb194
snapshot updates fix snapshots add background colors fix snapshots
13 lines
328 B
Plaintext
13 lines
328 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Input should render correctly 1`] = `
|
|
<div>
|
|
<input
|
|
autocomplete="off"
|
|
class="box mm-text mm-input mm-text--body-md box--flex-direction-row box--color-text-default box--background-color-transparent box--border-style-none"
|
|
type="text"
|
|
value=""
|
|
/>
|
|
</div>
|
|
`;
|