github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/pages/status/__snapshots__/Status.test.tsx.snap (about) 1 // Jest Snapshot v1, https://goo.gl/fbAQLP 2 3 exports[`Status Snapshot testing should match table snapshot 1`] = ` 4 <Fragment> 5 <h2> 6 Foo 7 </h2> 8 <Table 9 bordered={true} 10 className="h-auto" 11 responsiveTag="div" 12 size="sm" 13 striped={true} 14 tag="table" 15 > 16 <tbody> 17 <tr 18 key="0" 19 > 20 <th 21 className="capitalize-title" 22 style={ 23 Object { 24 "width": "35%", 25 } 26 } 27 > 28 0 29 </th> 30 <td 31 className="text-break" 32 > 33 <Component /> 34 </td> 35 </tr> 36 <tr 37 key="1" 38 > 39 <th 40 className="capitalize-title" 41 style={ 42 Object { 43 "width": "35%", 44 } 45 } 46 > 47 1 48 </th> 49 <td 50 className="text-break" 51 > 52 <Component /> 53 </td> 54 </tr> 55 <tr 56 key="2" 57 > 58 <th 59 className="capitalize-title" 60 style={ 61 Object { 62 "width": "35%", 63 } 64 } 65 > 66 2 67 </th> 68 <td 69 className="text-break" 70 > 71 <Component /> 72 </td> 73 </tr> 74 </tbody> 75 </Table> 76 </Fragment> 77 `;