Sha256: 094a0c4a0444530087aa2c57bf7230e0bdd03fc7507ad9749355daeb7a6048d8
Contents?: true
Size: 592 Bytes
Versions: 23
Compression:
Stored size: 592 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`InhibitorInfoItem should render when inhibitor 1`] = ` <InfoItem itemId="inhibitor-5" tooltipText="This issue inhibits the upgrade." > <span> <Icon className="severity-high" name="security" type="pf" /> Inhibitor </span> </InfoItem> `; exports[`InhibitorInfoItem should render when not inhibitor 1`] = ` <EmptyInfoItem attr="inhibitor" entry={ Object { "flags": Array [], "id": 5, "preupgradeReportId": 7, "severity": "low", "title": "no title", } } /> `;
Version data entries
23 entries across 23 versions & 1 rubygems