Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Nov 14, 2024
1 parent ca2bf80 commit 49e5adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/cover-hero-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.each`
${'h3'} | ${undefined} | ${titleFirst}
${'h3'} | ${'h1'} | ${titleFirst}
${'span'} | ${'h1'} | ${titleFirst}
${'h1'} | ${undefined} | ${pretitleFirst}
${'h1'} | ${undefined} | ${titleFirst}
${'h1'} | ${'h3'} | ${pretitleFirst}
${'h1'} | ${'span'} | ${pretitleFirst}
`(
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/hero-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.each`
${'h3'} | ${undefined} | ${titleFirst}
${'h3'} | ${'h1'} | ${titleFirst}
${'span'} | ${'h1'} | ${titleFirst}
${'h1'} | ${undefined} | ${pretitleFirst}
${'h1'} | ${undefined} | ${titleFirst}
${'h1'} | ${'h3'} | ${pretitleFirst}
${'h1'} | ${'span'} | ${pretitleFirst}
`(
Expand Down

0 comments on commit 49e5adf

Please sign in to comment.