Sha256: d86682ca91ffbd56a6ccfaf5001f36006c089a48c0b765c2124909227cdef68b
Contents?: true
Size: 329 Bytes
Versions: 61
Compression:
Stored size: 329 Bytes
Contents
import { actionCellFormatter } from '../actionCellFormatter'; describe('actionCellFormatter', () => { it('render', () => { const data = [ { cancellable: true }, { rowData: { action: 'some-name', id: 'some-id', canEdit: true } }, ]; expect(actionCellFormatter({})(...data)).toMatchSnapshot(); }); });
Version data entries
61 entries across 61 versions & 1 rubygems