Sha256: 5269ce710ab469788ed06878a0bfa69664d96f861ef32a611305e90c6edafbdb
Contents?: true
Size: 287 Bytes
Versions: 14
Compression:
Stored size: 287 Bytes
Contents
import selectionCellFormatter from '../selectionCellFormatter'; describe('selectionCellFormatter', () => { it('render', () => { expect( selectionCellFormatter( { isSelected: () => true }, { rowIndex: 'some-index' } ) ).toMatchSnapshot(); }); });
Version data entries
14 entries across 14 versions & 1 rubygems