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