1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/ui/components/component-library/input/__snapshots__/input.test.tsx.snap
Dhruv 5693d1945a
Migrate component to TS: Input (#20094)
* Migrating Input component

* Adjusting types and fixing design system import

---------

Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2023-07-24 21:13:17 -07:00

13 lines
351 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Input should render correctly 1`] = `
<div>
<input
autocomplete="off"
class="mm-box mm-text mm-input mm-text--body-md mm-box--margin-0 mm-box--padding-0 mm-box--color-text-default mm-box--background-color-transparent mm-box--border-style-none"
type="text"
value=""
/>
</div>
`;