-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
1 parent
327185d
commit e0019f8
Showing
3 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
src/components/AdoptiumNews/__tests__/__snapshots__/adoptiumNews.test.tsx.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,31 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`AdoptiumNews component > renders correctly with provided news 1`] = ` | ||
<div> | ||
<div | ||
class="p-3 mt-4 mb-4 bg-light rounded-3 text-start" | ||
> | ||
<div | ||
class="container py-5" | ||
> | ||
<h2 | ||
class="text-pink" | ||
> | ||
Adoptium Summit 2024 | ||
</h2> | ||
<div> | ||
<p | ||
class="m-0 fw-bold" | ||
> | ||
September 10, 2024 | ||
</p> | ||
<p | ||
class="text-muted lh-sm" | ||
> | ||
Text | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
`; |
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
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