Sha256: 7b31f87f6a33de06a8ffd4a52f547fdfe646a3961e931cb075587b419eac274b
Contents?: true
Size: 648 Bytes
Versions: 1
Compression:
Stored size: 648 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import PreupgradeReportsList from '../index'; const allEntries = [ { title: 'Fix me!', severity: 'Too severe to talk about' }, { title: 'I am broken too', severity: 'medium' }, { title: 'Octocat is not happy', severity: 'high' }, { title: 'Not enough credits', severity: 'low' }, ]; const fixtures = { 'should render': { allEntries, fixAllWorking: false, }, 'should render when working': { allEntries, fixAllWorking: true, }, }; describe('PreupgradeReportsList', () => testComponentSnapshotsWithFixtures(PreupgradeReportsList, fixtures));
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
foreman_leapp-0.0.6 | webpack/components/PreupgradeReportsList/__tests__/PreupgradeReportsList.test.js |