Sha256: 9e40e7f2a7b018729978d10d3adc80e9475086527a4105340cf6adc56ed329d6
Contents?: true
Size: 404 Bytes
Versions: 23
Compression:
Stored size: 404 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import FixSelectedButton from './FixSelectedButton'; const fixtures = { 'should render': { ids: { hostIds: [5], entryIds: [115] }, postUrl: '/job_invocations/new', disabled: false, csrfToken: 'abcd', }, }; describe('FixSelectedButton', () => testComponentSnapshotsWithFixtures(FixSelectedButton, fixtures));
Version data entries
23 entries across 23 versions & 1 rubygems