react-code-dataset
/
react-boilerplate
/app
/components
/Header
/tests
/__snapshots__
/A.test.js.snap
| // Jest Snapshot v1, https://goo.gl/fbAQLP | |
| exports[`<A /> should match the snapshot 1`] = ` | |
| .c0 { | |
| color: #41addd; | |
| padding: 2em 0; | |
| } | |
| .c0:hover { | |
| color: #6cc0e5; | |
| } | |
| <a | |
| className="c0" | |
| /> | |
| `; | |