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