Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alanbsmith/cefe8356f280d1b47c4bc92d275ba4a5 to your computer and use it in GitHub Desktop.

Select an option

Save alanbsmith/cefe8356f280d1b47c4bc92d275ba4a5 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-button-file-structure
├ Button/
├── __tests__/
| | ├── __snapshots__
| | | ├── index.js.snap // <- Button snapshot
| └── index.js          // <- Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment