Sha256: a50f33823546a0196f374ca2a70ecbe153181942379b92847ac05a8e42424e7d
Contents?: true
Size: 463 Bytes
Versions: 23
Compression:
Stored size: 463 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import UpgradeAllButton from './UpgradeAllButton'; import { preupgradeReports } from '../__tests__/PreupgradeReports.fixtures'; const fixtures = { 'should render': { preupgradeReports, postUrl: '/job_invocations/new', title: 'Button title', csrfToken: 'abcd', }, }; describe('UpgradeAllButton', () => testComponentSnapshotsWithFixtures(UpgradeAllButton, fixtures));
Version data entries
23 entries across 23 versions & 1 rubygems