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