Closed zaudtke closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/that-conference/that-website/3jggs1r9u
✅ Preview: https://that-website-git-az-558toppartner-storybook.that-conference.now.sh
Description
Refactor Component to its own folder. Update Imports for new location. Add Spec file Add Story file.
Refactor Component to not export as styled as default, but rather create a styled component, add props, then export just the component.
Added JS file for Jest to treat prop type console.error messages as true errors to fail the tests.
Fixes #558
Screenshots (if appropriate):
Types of changes
How Has This Been Tested?
Builds, passes tests, runs locally and storybook works. Verified still looks the same after making changes on how the component is now exported.
Checklist: