react-code-dataset
/
react-boilerplate
/app
/components
/Header
/tests
/__snapshots__
/Img.test.js.snap
| // Jest Snapshot v1, https://goo.gl/fbAQLP | |
| exports[`<Img /> should match the snapshot 1`] = ` | |
| .c0 { | |
| width: 100%; | |
| margin: 0 auto; | |
| display: block; | |
| } | |
| <img | |
| alt="test" | |
| className="c0" | |
| src="http://example.com/test.jpg" | |
| /> | |
| `; | |