mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 06:34:27 +01:00
13 lines
332 B
Plaintext
13 lines
332 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 mm-text--color-text-default box--flex-direction-row box--background-color-transparent box--border-style-none"
|
||
|
type="text"
|
||
|
value=""
|
||
|
/>
|
||
|
</div>
|
||
|
`;
|