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