Skip to content

Commit

Permalink
chore: fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeherp committed Dec 5, 2023
1 parent ebc451b commit e358167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
import '@testing-library/jest-dom';
import '@testing-library/jest-dom/extend-expect';
import '@testing-library/react';
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`Footer renders correctly 1`] = `
class="mt-8 py-8 md:mt-20"
>
<div
class="mx-auto w-full px-4 md:max-w-4xl lg:max-w-7xl flex flex-col-reverse md:flex-row gap-4 md:justify-between"
class="mx-auto w-full px-4 md:max-w-4xl lg:max-w-7xl flex flex-col-reverse gap-4 md:flex-row md:justify-between"
>
<span
class="text-center md:text-left"
Expand Down

1 comment on commit e358167

@vercel
Copy link

@vercel vercel bot commented on e358167 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.