UNPKG

preact-material-components

Version:
8 lines (6 loc) 304 B
import PureRenderMixin from '../../lib/ReactComponentWithPureRenderMixin'; describe('ReactComponentWithPureRenderMixin', () => { it('should export an object with a shouldComponentUpdate method', () => { expect(PureRenderMixin).to.have.property('shouldComponentUpdate').that.is.a.function; }); });