mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
18 lines
475 B
Plaintext
18 lines
475 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`HeaderBase should render HeaderBase element correctly 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box mm-header-base box--display-flex box--flex-direction-row box--justify-content-space-between"
|
||
|
data-testid="header-base"
|
||
|
title="HeaderBase test"
|
||
|
>
|
||
|
<div
|
||
|
class="box mm-header-base__children box--flex-direction-row box--width-full"
|
||
|
>
|
||
|
should render HeaderBase element correctly
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|