├ lib/
├── blocks/
| ├── Button/
| | ├── __tests__/
| | | ├── Icon.js // <- Element Test
| | | └── index.js // <- Block Test
| | ├── Icon.js // <- Element
| | ├── Text.js // <- Element
| | └── index.js // <- Block
| └── index.js // <- export for all Blocks
├── elements/
| ├── Icon/
| | ├── __tests__/
| | | └── index.js // <- Test
| | └── index.js
Last active
December 8, 2017 21:31
-
-
Save alanbsmith/f84798fafa93a7ab080626f5a5b66738 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-file-structure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment