Sha256: 67f1653c2203ebf80f8c8575362ce5ffb0c333e0865218b1d50fbc7d3bbb363a
Contents?: true
Size: 415 Bytes
Versions: 69
Compression:
Stored size: 415 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '@theforeman/test'; import TableSelectionHeaderCell from '../TableSelectionHeaderCell'; const fixtures = { 'renders TableSelectionHeaderCell': { id: 'some id', label: 'some label', checked: true, onChange: jest.fn(), }, }; describe('TableSelectionHeaderCell', () => testComponentSnapshotsWithFixtures(TableSelectionHeaderCell, fixtures));
Version data entries
69 entries across 69 versions & 1 rubygems