]> source.dussan.org Git - sonarqube.git/blob
c352f81491ec8dcf619a7c0dccd35e07f6078504
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <section
5   className="big-spacer-top big-spacer-bottom"
6 >
7   <Connect(StatPendingCount)
8     onCancelAllPending={[MockFunction]}
9     pendingCount={2}
10   />
11   <StatPendingTime
12     className="huge-spacer-left"
13     pendingCount={2}
14     pendingTime={110545}
15   />
16   <StatStillFailing
17     className="huge-spacer-left"
18     failingCount={4}
19     onShowFailing={[MockFunction]}
20   />
21 </section>
22 `;
23
24 exports[`should render correctly for a component 1`] = `
25 <section
26   className="big-spacer-top big-spacer-bottom"
27 >
28   <Connect(StatPendingCount)
29     onCancelAllPending={[MockFunction]}
30     pendingCount={2}
31   />
32 </section>
33 `;