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