]> source.dussan.org Git - sonarqube.git/blob
2222e541e98d0a1b47ccb1158220860f946cdeee
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <td
5   className="thin nowrap text-right"
6 />
7 `;
8
9 exports[`renders 2`] = `
10 <td
11   className="thin nowrap text-right"
12 >
13   <TimeFormatter
14     date={2016-12-31T23:00:00.000Z}
15     long={true}
16   />
17 </td>
18 `;
19
20 exports[`renders 3`] = `
21 <td
22   className="thin nowrap text-right"
23 >
24   <TimeFormatter
25     date={2016-12-31T23:00:00.000Z}
26     long={true}
27   />
28 </td>
29 `;
30
31 exports[`renders 4`] = `
32 <td
33   className="thin nowrap text-right"
34 >
35   <span
36     className="text-warning little-spacer-right"
37   >
38     (+4d)
39   </span>
40   <TimeFormatter
41     date={2017-01-04T23:00:00.000Z}
42     long={true}
43   />
44 </td>
45 `;