Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jan 4, 2025
1 parent e3b5fe0 commit d45647b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/components/layouts.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Layout', () => {
);

const footer = screen.getByRole('contentinfo');
expect(footer.textContent).toContain('© 2012-2024 Mrugesh Mohapatra Co.');
expect(footer.textContent).toContain('© 2012-2025 Mrugesh Mohapatra Co.');
expect(footer.textContent).toContain('All rights reserved');
expect(footer.textContent).toContain('Terms');
expect(footer.textContent).toContain('Privacy');
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/pages/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ exports[`Home > renders a snapshot of the homepage 1`] = `
class="font-mono text-gray-700 text-sm text-center mx-8 md:mx-auto"
>
<p>
© 2012-2024 Mrugesh Mohapatra Co. — All rights reserved.
© 2012-2025 Mrugesh Mohapatra Co. — All rights reserved.
</p>
<p
class="mt-2"
Expand Down

0 comments on commit d45647b

Please sign in to comment.