MicheleBertoli / sc-jest-issue

Small sample of a styled-components issue with jest to help us figure out why it's not working

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styled components Jest issue

components.js exports a default component that is being tested in App.test.js

If a named export is added to components.js, the existing jest test fails because the classnames are adjusted.

How to test

Run yarn test to see the passing test.

Uncomment the line exporting Bar in components.js.

Run yarn test again to see a failing test.

About

Small sample of a styled-components issue with jest to help us figure out why it's not working


Languages

Language:JavaScript 63.0%Language:HTML 30.4%Language:CSS 6.5%