Sha256: c7335829ad1fa9669fee9de9f6c04f57a3056657abbb63b4b9871f6807047847
Contents?: true
Size: 396 Bytes
Versions: 75
Compression:
Stored size: 396 Bytes
Contents
import { durationCellFormmatter } from '../durationCellFormmatter'; describe('durationCellFormmatter', () => { it('render with tooltip', () => { expect( durationCellFormmatter({ text: 'some-value', tooltip: 'some-tooltip' }) ).toMatchSnapshot(); }); it('render without tooltip', () => { expect(durationCellFormmatter({ text: 'some-value' })).toMatchSnapshot(); }); });
Version data entries
75 entries across 75 versions & 1 rubygems