Sha256: 9e52f460a6d8ff851b20b60715549f4486d66b14434a0a09b69702a7ebc75e31
Contents?: true
Size: 418 Bytes
Versions: 166
Compression:
Stored size: 418 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
166 entries across 166 versions & 1 rubygems