File size: 232 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
// 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"
/>
`;
|