You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Next.js app setup with TS, Tailwind and Styled-Components. Storybook and the application work fine in displaying my components however my tests are failing:
I have a Next.js app setup with TS, Tailwind and Styled-Components. Storybook and the application work fine in displaying my components however my tests are failing:
my component:
export const HamburgerIconWrapper = tw.div flex flex-1 justify-start sm:hidden
my test:
Result:
The text was updated successfully, but these errors were encountered: