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