Sha256: 660065ace975dedf46f2b219fa7e43bd628e822373a7f0b7ca3e3873bef18a69
Contents?: true
Size: 466 Bytes
Versions: 24
Compression:
Stored size: 466 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from '../../../../../move_to_pf/test-utils/testHelpers'; import TableSelectionCell from './TableSelectionCell'; const fixtures = { 'renders TableSelectionCell': { id: 'some id', before: 'some before', after: 'some after', label: 'some label', checked: true, onChange: jest.fn(), }, }; describe('TableSelectionCell', () => testComponentSnapshotsWithFixtures(TableSelectionCell, fixtures));
Version data entries
24 entries across 24 versions & 1 rubygems