mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
023249a944
* migration of HeaderBase to use TS Box version * migration of HeaderBase to use TS Box version * update snapshot * fix lint error * Some small updates to types and removing deprecated storyook functions --------- Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HeaderBase should render HeaderBase element correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="mm-box mm-header-base mm-box--display-flex mm-box--justify-content-space-between"
|
|
data-testid="header-base"
|
|
title="HeaderBase test"
|
|
>
|
|
<div
|
|
class="mm-box mm-box--width-full"
|
|
>
|
|
should render HeaderBase element correctly
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|