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.
21 lines
338 B
21 lines
338 B
2 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`ModalContent Component should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="modal-content"
|
||
|
>
|
||
|
<div
|
||
|
class="modal-content__title"
|
||
|
>
|
||
|
Modal Title
|
||
|
</div>
|
||
|
<div
|
||
|
class="modal-content__description"
|
||
|
>
|
||
|
Modal Description
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|