Sha256: 3f24c08c6924180e3e77bf16794ef418d50ed0fda4adbcd7a07275b4d730351a
Contents?: true
Size: 421 Bytes
Versions: 6
Compression:
Stored size: 421 Bytes
Contents
import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils'; 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
6 entries across 6 versions & 1 rubygems