]> source.dussan.org Git - sonarqube.git/blob
c6a28b370f100c98a69b8f79f1489ca251636597
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <a
5   className="identity-provider-link"
6   href="/url/foo/bar"
7   style={
8     {
9       "backgroundColor": "#000",
10     }
11   }
12 >
13   <img
14     alt="Foo"
15     height={20}
16     src="/some/path"
17     width={20}
18   />
19   Link text
20 </a>
21 `;