Skip to content

Commit

Permalink
Merge 445a39c into 9b1892e
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEerenberg committed Sep 27, 2022
2 parents 9b1892e + 445a39c commit 1d7cb55
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 532 deletions.
2 changes: 2 additions & 0 deletions __tests__/components/card/VerticalCard5.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('VerticalCard5', () => {
test('should render correctly', () => {
const { container, getByText } = render(
<VerticalCard5
url="podcastUrl"
id="1"
imageUrl="https://images.example.com/image.png"
imageUrlS="https://images.example.com/imageS.png"
Expand All @@ -28,6 +29,7 @@ describe('VerticalCard5', () => {
test('should have correct class name', () => {
const { container } = render(
<VerticalCard5
url="podcastUrl"
id="1"
imageUrl="https://images.example.com/image.png"
caption="This is the caption"
Expand Down

0 comments on commit 1d7cb55

Please sign in to comment.