Sha256: fc6b4a11bc1d9d26610f0a621c23547a108555596eb98474fd9546ba9309e38b
Contents?: true
Size: 337 Bytes
Versions: 59
Compression:
Stored size: 337 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import { OtherInfo } from './OtherInfo'; const fixtures = { render: { updateQuery: jest.fn, otherCount: 7, query: { state: 'STOPPED', result: 'OTHER' }, }, }; describe('OtherInfo', () => testComponentSnapshotsWithFixtures(OtherInfo, fixtures));
Version data entries
59 entries across 59 versions & 1 rubygems