-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/components/mediaObject/__tests__/__snapshots__/CdrMediaObject.spec.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`CdrMediaObject > snapshot test > renders correctly 1`] = ` | ||
<div | ||
checked="false" | ||
class="cdr-layout cdr-layout--rows cdr-layout--columns cdr-media-object cdr-media-object--content-alignment-start" | ||
style="--cdr-layout-rows: auto; --cdr-layout-columns: 1fr 1fr; --cdr-media-object-content-position: 'media content';" | ||
> | ||
<!-- @slot Where all default content should be placed. --> | ||
<div> | ||
<!-- @slot Where the media should be placed. --> | ||
</div> | ||
<!-- @slot Where all content should be placed. --> | ||
</div> | ||
`; |