]> source.dussan.org Git - sonarqube.git/blob
b1f4611eae93caad0ff2af238bfd40bf82be0325
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <div
5   className="search-navigator-facet-header projects-facet-header"
6 >
7   foo
8 </div>
9 `;
10
11 exports[`renders with children 1`] = `
12 <div
13   className="search-navigator-facet-header projects-facet-header"
14 >
15   foo
16   <div />
17 </div>
18 `;