You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
377 B
25 lines
377 B
2 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`InfoBox should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="info-box"
|
||
|
>
|
||
|
<div
|
||
|
class="info-box__close"
|
||
|
data-testid="info-box-close"
|
||
|
/>
|
||
|
<div
|
||
|
class="info-box__title"
|
||
|
>
|
||
|
Title
|
||
|
</div>
|
||
|
<div
|
||
|
class="info-box__description"
|
||
|
>
|
||
|
Description
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|