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