Skip to content

Commit

Permalink
fix: 🩹 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Oct 27, 2024
1 parent ae88975 commit bed5877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ describe('Quote routes', () => {
expect(svgText).toContain(
'Would I rather be feared or loved? Easy. Both. I want people to be afraid of how much they love me.'
);
expect(svgText).toContain(
'https://miro.medium.com/v2/resize:fit:500/1*xDIevNE7HEMiJQVTYg0qDQ.png'
);
expect(svgText).toContain('class="card-dark"'); // default mode is dark mode

// Test for light mode as well
Expand Down

0 comments on commit bed5877

Please sign in to comment.